projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32609d
)
Add 9.2 branch to git_changelog's list.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 14 Jun 2012 02:23:31 +0000
(22:23 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 14 Jun 2012 02:23:31 +0000
(22:23 -0400)
src/tools/git_changelog
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/git_changelog
b/src/tools/git_changelog
index b1433339ea976cd50edb3389854cc7ec750fc9ca..512638beafcf2c2fa7eecfacae249733ce915f46 100755
(executable)
--- a/
src/tools/git_changelog
+++ b/
src/tools/git_changelog
@@
-38,7
+38,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_1_STABLE REL9_0_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
REL6_5_PATCHES REL6_4);