8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4dd3a commit 2d5dfd9Copy full SHA for 2d5dfd9
src/tools/pgcvslog
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.34 2007/10/01 02:59:03 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.35 2007/10/01 03:01:38 momjian Exp $
4
5
# This utility is used to generate a compact list of changes
6
# for each release, bjm 2000-02-22
@@ -107,7 +107,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
107
# mark back branches
108
$1 == "revision" \
109
{
110
- if ($2 ~ /\..*\./ && del == "Y")
+ if ($2 ~ /\..*\./)
111
back_branch=" <back-patch>"
112
else back_branch = ""
113
}
0 commit comments