From 9f3ef72f1a1baffa2ec8d70899a19eaece02a0d6 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Fri, 4 Apr 2014 10:34:11 -0500 Subject: Abbreviate cherry-picks by default again --- 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 ccb13ae..f06df89 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 => 0, + default => 1, ); # Maximum number of commits to announce from a large batch. If there -- cgit v1.2.3