We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9403598 commit 41f8f37Copy full SHA for 41f8f37
src/tools/pgcvslog
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.37 2007/10/05 16:42:32 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.38 2007/10/05 18:40:52 momjian Exp $
4
5
# This utility is used to generate a compact list of changes
6
# for each release, bjm 2000-02-22
@@ -129,6 +129,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
129
# mark back branches
130
$1 == "revision" \
131
{
132
+ # back branches have +2 periods in revision number
133
if ($2 ~ /\..*\./)
134
back_branch=" <branch>"
135
else back_branch = ""
0 commit comments