FAQ
How do I generate statistics of a non-master branch?
Use the
-c commit_end=develparameter.I have files in my git repository that I would like to exclude from the statistics. How do I do that?
At the moment, the only way is to use git-filter-branch(1) to create a temporary repository and generate the statistics from that.
How do I merge author information when the same author has made commits using different names or emails?
Use Git’s
.mailmapfeature, as described in the gitmailmap documentation.