git-current-contributors
git-current-contributors copied to clipboard
Add a switch to exclude some paths
Currently files included in .gitignore are already being excluded since the file list comes from git ls-files. However it would be possible that an user is interested in exclude the blame over the framework core or documentation. For this end --exclude would be a great solution I guess.