Skip to content

Commit

Permalink
Update git-timeline for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Martinsson committed Nov 8, 2014
1 parent ef9accc commit e844f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-timeline
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ palette = %w{FE4365 FC9D9A F9CDAD C8C8A9 83AF9B}
commits = {}
commits.default = 0

`git log --date=short --pretty=format:%cd`.each do |line|
`git log --date=short --pretty=format:%cd`.lines do |line|
commits[line.strip] += 1
end

Expand Down

0 comments on commit e844f3a

Please sign in to comment.