Skip to content

Commit e19e382

Browse files
committed
Update comments.
1 parent e7fb556 commit e19e382

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/tools/pgcvslog

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@
1818
# To find branch time, look for "branches:" tag in CVS commit logs
1919
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
2020
#
21-
# Remove these: TODO,v, TODO.html,v, FAQ,v, FAQ.html,v from logs
22-
# before processing
21+
# Remove these from the log file before processing to reduce the number
22+
# of unneeded log entries:
23+
#
24+
# /cvsroot/pgsql/doc/TODO
25+
# /cvsroot/pgsql/doc/FAQ
26+
# /cvsroot/pgsql/doc/src/FAQ/TODO.html
27+
# /cvsroot/pgsql/doc/src/FAQ/FAQ.html
2328
#
2429

2530
if [ "X$1" == "X-h" ]

0 commit comments

Comments
 (0)