git-hammer icon indicating copy to clipboard operation
git-hammer copied to clipboard

Collect and display statistics of git repositories

Results 10 git-hammer issues
Sort by recently updated
recently updated
newest added

It would be interesting to be able to answer the question "How old is your code?" That is, from the current code base, get statistics of how many lines are...

It appears that, as the repository processing proceeds, later commits take more time to process than earlier commits. This leads to very large processing times on large repositories. This needs...

Even with the ability to list what files are considered "source" and "tests", it is not always possible to get the configuration file correct on the first try. Currently, if...

Most of the time of commit processing is spent on running git blame on the changed files. I've tried a few things to speed this up, but it seems like...

There was some discussion in issue #12 after it was closed to "ignore the first commit". Apparently the idea was to plot only the changes that had happened, ignoring the...

A feature suggestion that would be cool, would be to generate static file reports in Markdown format that can be generated and stored in a `docs` or `reports` folder in...

(if I can get the hang of python, i do hope to help with some of these. if you'd prefer a different place for features i understand that too)

good first issue

Hi, I accidentally added a repo with hundreds of binary/verbose backup file commits in it, it all added very well and kudos to your project for handling it, but now...

Currently, Git Hammer will mostly just let Python exceptions propagate upwards, which can make it very difficult to understand what exactly the problem is. An error from somewhere in the...