From 2c5403aa6aadfb15b5fef6792218525f7b27400e Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 16 Jun 2011 14:48:23 +0200 Subject: [PATCH] set default commit range for rack authors --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4a8ea84d..a315079f 100644 --- a/Rakefile +++ b/Rakefile @@ -108,7 +108,7 @@ end desc "list of authors" task :authors, [:commit_range, :format, :sep] do |t, a| - a.with_defaults :format => "%s (%d)", :sep => ", " + a.with_defaults :format => "%s (%d)", :sep => ", ", :commit_range => '--all' authors = Hash.new { |h,k| h[k] = 0 } blake = "Blake Mizerany" overall = 0