Live data from Hacker News

Git-Stats – A local GitHub-like contributions calendar

github.com

11–20 of 39 posts

Re: Git-Stats – A local GitHub-like contributions calendar

#11
post #2

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

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

#14
post #2

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?

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

#18
post #6

Why 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

#20

That'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.
Post reply on HN