Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit751d985

Browse files
committed
Update cvs command example to show diff -rBASE.
1 parent085e7c2 commit751d985

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎src/tools/pgcvslog

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.29 2006/03/15 03:24:17 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.30 2006/05/31 10:24:29 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
@@ -10,13 +10,16 @@
1010
# all branches:
1111
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
1212
#
13-
# head:
13+
# current directory branch:
14+
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
15+
#
16+
# HEAD:
1417
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
1518
# branch:
1619
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
1720
#
1821
# date range
19-
# cvs log -d'2005-05-08<2005-05-29' -b .
22+
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
2023
#
2124
# To find branch time, look for "branches:" tag in CVS commit logs
2225
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp