Jaakko Kangasharju
Jaakko Kangasharju
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...
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...