From c35d66b56f8839f6bc524bda394f0dadb9c8ea53 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Fri, 6 Jun 2014 13:24:41 -0500 Subject: Revert "Abbreviate cherry-picks by default again" Now I remember why this was enabled: so that people know what fixes are being pulled into the stable version without having to query that branch. This reverts commit 9f3ef72f1a1baffa2ec8d70899a19eaece02a0d6. --- lib/Crawl/Bot/Plugin/Commit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Crawl/Bot/Plugin/Commit.pm b/lib/Crawl/Bot/Plugin/Commit.pm index f06df89..ccb13ae 100644 --- a/lib/Crawl/Bot/Plugin/Commit.pm +++ b/lib/Crawl/Bot/Plugin/Commit.pm @@ -19,7 +19,7 @@ has announce_commits => ( has abbrev_cherry_picks => ( is => 'rw', isa => 'Bool', - default => 1, + default => 0, ); # Maximum number of commits to announce from a large batch. If there -- cgit v1.2.3-54-g00ecf