repositorypackage
1.1.1
Repository: https://github.com/tkhskt/git-analyze.git
Documentation: pkg.go.dev
# README
git-analyze
git commit log analyze tool
install
brew tap iwata-n/git-analyze
brew install iwata-n/git-analyze/git-analyze
usage
Output the parse results to result.json
git analyze -parse-file=result.json
Check for files that have been committed only by the specified Author.
git analyze -search-only-target-author -author=<AUTHOR1> -author=<AUTHOR2> -author=<more...>
The extension of the file to be analyzed can be specified as follows.
git analyze -ext=java,kt