mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fixup for new pgcvslog feature.
This commit is contained in:
parent
7d4dd3ab41
commit
2d5dfd9516
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $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 $
|
||||
|
||||
# This utility is used to generate a compact list of changes
|
||||
# for each release, bjm 2000-02-22
|
||||
@ -107,7 +107,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
|
||||
# mark back branches
|
||||
$1 == "revision" \
|
||||
{
|
||||
if ($2 ~ /\..*\./ && del == "Y")
|
||||
if ($2 ~ /\..*\./)
|
||||
back_branch=" <back-patch>"
|
||||
else back_branch = ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user