1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

set default commit range for rack authors

This commit is contained in:
Konstantin Haase 2011-06-16 14:48:23 +02:00
parent ab221cc646
commit 2c5403aa6a

View file

@ -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