Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe38579

Browse files
committed
Add comment.
1 parent f7c6cb0 commit fe38579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/pgcvslog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.38 2007/10/05 18:40:52 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.39 2007/10/09 02:56:44 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
77

88
# Usage: pgcvslog [-d] [-h]
99
# -d delete commits that include back branches
1010
# -h is HTML output
11+
# "-d" is useful for generating release notes for major releases
1112

1213
# This program basically takes a cvs log, groups it by commit timestamp
1314
# and line number, then compares adjacent messages. If they have the same

0 commit comments

Comments
 (0)