Git-Stats – A local GitHub-like contributions calendar
1–10 of 39 posts
Re: Git-Stats – A local GitHub-like contributions calendar
#2Re: Git-Stats – A local GitHub-like contributions calendar
#3I'm only half-awake, so maybe I'm missing something obvious. Why is the README talking about a git commit hook? Why not just take the data from the log?
Re: Git-Stats – A local GitHub-like contributions calendar
#4Here's my output from both tools, generated from the repo I spend most of my time in at work: http://i.imgur.com/chrmeP6.png.
[1] https://github.com/k4rthik/git-cal
[2] https://github.com/IonicaBizau/git-stats#importing-and-delet...
EDIT: Just noticed that the "contributions" counts differ.
peterjmag@peters-imac ~/checkouts/rg/community (git::master)
$ git rev-list HEAD --author="Peter" --since="1 year ago" --count
1205
But git-stats shows 1292. What does it count as a contribution?Re: Git-Stats – A local GitHub-like contributions calendar
#5I'm only half-awake, so maybe I'm missing something obvious. Why is the README talking about a git commit hook? Why not just take the data from the log?
Re: Git-Stats – A local GitHub-like contributions calendar
#6Re: Git-Stats – A local GitHub-like contributions calendar
#7Re: Git-Stats – A local GitHub-like contributions calendar
#8Why do people care about this? I never understood why Github features things like "longest commit streak" so prominently.
Re: Git-Stats – A local GitHub-like contributions calendar
#9Doesn't work for me on Windows. Keep getting a blank calendar: That is it has dates and all but no commits.
Re: Git-Stats – A local GitHub-like contributions calendar
#10While I do push data to github for various projects, I actually take part in 3-4 active, self-hosted redmine projects that would never be counted in the github graph. Same for a seldom-updated bitbucket project.