diff options
author | Bruce Momjian | 2007-10-09 02:56:44 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-09 02:56:44 +0000 |
commit | 7c6bda47327bf651d3dbcff5c63392518e9aa369 (patch) | |
tree | ce2f2485f79216f6d5b41d79610cb0c05bf96549 | |
parent | 2b08e4a4223814fb9f717973dfdb0d41e9576712 (diff) |
Add comment.
-rwxr-xr-x | src/tools/pgcvslog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 6a5a4bc18e..258d99fd30 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -8,6 +8,7 @@ # Usage: pgcvslog [-d] [-h] # -d delete commits that include back branches # -h is HTML output +# "-d" is useful for generating release notes for major releases # This program basically takes a cvs log, groups it by commit timestamp # and line number, then compares adjacent messages. If they have the same |