]> granicus.if.org Git - postgresql/blobdiff - src/tools/git_changelog
Stamp HEAD as 9.5devel.
[postgresql] / src / tools / git_changelog
index 8221934c8c2ed868ce94a68d3ea88dc98548315c..acceb8493ef90f6f7837bee27f87dcfbe6c86071 100755 (executable)
@@ -38,13 +38,13 @@ 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_3_STABLE REL9_2_STABLE REL9_1_STABLE REL9_0_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
   REL6_5_PATCHES REL6_4);
 
 # Might want to make this parameter user-settable.
-my $timestamp_slop = 24*60*60;
+my $timestamp_slop = 24 * 60 * 60;
 
 my $details_after = 0;
 my $post_date     = 0;