We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent63513b2 commit2ed81ebCopy full SHA for 2ed81eb
src/tools/git_changelog
@@ -36,9 +36,11 @@ require IPC::Open2;
36
# Adjust this list when the set of interesting branches changes.
37
# (We could get this from "git branches", but not worth the trouble.)
38
# 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);
+my@BRANCHES =qw(master
+ REL9_1_STABLE REL9_0_STABLE
+ 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);
44
45
# Might want to make this parameter user-settable.
46
my$timestamp_slop = 600;