# 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
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
file path.
No description provided by the author