I'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?
It seems like for performance reasons, git-stats wants to update the calendar on commit instead of generating it on the fly. git-cal[0] just does this on the fly and works reasonably fast for me. The UI looks very comparable. [0] https://github.com/k4rthik/git-cal
Git-Stats – A local GitHub-like contributions calendar
11–20 of 39 posts
Hmm, just installed git-cal and it certainly is adequately fast on my main work repo. But it seems to just be for the current branch? (That seems sensible enough, but also makes it somewhat less useful.)
Re: Git-Stats – A local GitHub-like contributions calendar
#12That's not what I need.
I need download stats, checkout stats, per page view stats and per file view stats.
Re: Git-Stats – A local GitHub-like contributions calendar
#13Why do people care about this? I never understood why Github features things like "longest commit streak" so prominently.
"Don't break the chain!" http://lifehacker.com/281626/jerry-seinfelds-productivity-se...
Re: Git-Stats – A local GitHub-like contributions calendar
#14I'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?
If you were fully awake you'd notice it also talks about executing a remote file that you have no control over on every git commit you run.
Re: Git-Stats – A local GitHub-like contributions calendar
#15Funny. I was annoyed it was all private so I made mine public 11 days ago. Nice coincidence. https://github.com/arxpoetica/commits
Re: Git-Stats – A local GitHub-like contributions calendar
#16Name might be a bit confusing with the Gitstats project (http://gitstats.sourceforge.net/)
Re: Git-Stats – A local GitHub-like contributions calendar
#17Good article, I like it.
Re: Git-Stats – A local GitHub-like contributions calendar
#18Why do people care about this? I never understood why Github features things like "longest commit streak" so prominently.
It's like putting a gnome in your garden. You know humanity & stuff :) BTW from wikipedia: Gnomes [..] have been banned from the prestigious Chelsea Flower Show, as the organisers claim that they detract from the garden designs.
Re: Git-Stats – A local GitHub-like contributions calendar
#19I wish only that it weren't node…
Re: Git-Stats – A local GitHub-like contributions calendar
#20That's not what I need. I need download stats, checkout stats, per page view stats and per file view stats.
This tool is designed to work with Git, not Github. The stats you are referring to would need to be made available by Github.