projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b9358d
)
Update git_changelog to know that there's a 9.6 branch.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 19:24:54 +0000
(15:24 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 19:24:54 +0000
(15:24 -0400)
Missed this in the main 10devel version stamping patch.
src/tools/git_changelog
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/git_changelog
b/src/tools/git_changelog
index c9a503f3fe063fff2140eab3055222c9d5701151..b9e631bb9cbe6b311f2b8390a56de8a33708f436 100755
(executable)
--- a/
src/tools/git_changelog
+++ b/
src/tools/git_changelog
@@
-57,7
+57,7
@@
require IPC::Open2;
# (We could get this from "git branches", but not worth the trouble.)
# NB: master must be first!
my @BRANCHES = qw(master
- REL9_5_STABLE
+ REL9_
6_STABLE REL9_
5_STABLE
REL9_4_STABLE REL9_3_STABLE REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES