mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Update pgcvslog text to simply "<branch>"
This commit is contained in:
parent
4164e6636e
commit
8ddeb48cd5
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.35 2007/10/01 03:01:38 momjian Exp $
|
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.36 2007/10/01 13:04:55 momjian Exp $
|
||||||
|
|
||||||
# This utility is used to generate a compact list of changes
|
# This utility is used to generate a compact list of changes
|
||||||
# for each release, bjm 2000-02-22
|
# for each release, bjm 2000-02-22
|
||||||
@ -108,7 +108,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
|
|||||||
$1 == "revision" \
|
$1 == "revision" \
|
||||||
{
|
{
|
||||||
if ($2 ~ /\..*\./)
|
if ($2 ~ /\..*\./)
|
||||||
back_branch=" <back-patch>"
|
back_branch=" <branch>"
|
||||||
else back_branch = ""
|
else back_branch = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user