We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c6cb0 commit fe38579Copy full SHA for fe38579
src/tools/pgcvslog
@@ -1,13 +1,14 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.38 2007/10/05 18:40:52 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.39 2007/10/09 02:56:44 momjian Exp $
4
5
# This utility is used to generate a compact list of changes
6
# for each release, bjm 2000-02-22
7
8
# Usage: pgcvslog [-d] [-h]
9
# -d delete commits that include back branches
10
# -h is HTML output
11
+# "-d" is useful for generating release notes for major releases
12
13
# This program basically takes a cvs log, groups it by commit timestamp
14
# and line number, then compares adjacent messages. If they have the same
0 commit comments