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

Commitb2312c4

Browse files
committed
No need for Static.Entries, use -rHEAD.
1 parent8355901 commitb2312c4

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

‎src/tools/pgcvslog

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44

55
# Usage $0 file
66

7-
# no branches:# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
7+
# all branches:
8+
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
89
#
9-
# pre and post-branch logs:
10-
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
11-
#
12-
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' .
13-
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE`.
10+
# one branch:
1411
# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
15-
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
16-
#
17-
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
12+
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
1813
#
14+
# date range
15+
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' -rHEAD .
16+
1917

2018
if [ "X$1" == "X-h" ]
2119
thenHTML="Y"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp