Skip to content

Commit 2ed81eb

Browse files
committed
Add REL9_1_STABLE to the set of branches tracked by git_changelog.
1 parent 63513b2 commit 2ed81eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/tools/git_changelog

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ require IPC::Open2;
3636
# Adjust this list when the set of interesting branches changes.
3737
# (We could get this from "git branches", but not worth the trouble.)
3838
# NB: master must be first!
39-
my @BRANCHES = qw(master REL9_0_STABLE REL8_4_STABLE REL8_3_STABLE
40-
REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE REL7_4_STABLE REL7_3_STABLE
41-
REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES REL6_5_PATCHES REL6_4);
39+
my @BRANCHES = qw(master
40+
REL9_1_STABLE REL9_0_STABLE
41+
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
42+
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
43+
REL6_5_PATCHES REL6_4);
4244

4345
# Might want to make this parameter user-settable.
4446
my $timestamp_slop = 600;

0 commit comments

Comments
 (0)