Skip to content

Commit

Permalink
set default commit range for rack authors
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jun 16, 2011
1 parent ab221cc commit 2c5403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 2c5403a

Please sign in to comment.