The goal of this project is to give project owners insights into efforts contributed by authors.
You can install using the releases and download the pre-built binary for your operating system. Otherwise you can build from source using the dotnet platform.
git_contrib --from "1 week" --by-day
Description:
Git Contrib v0.2.7.0 gives statistics by authors to the project.
Usage:
gitcontrib [<path>] [options]
Arguments:
<path> Path to search for git repositories [default: /]
Options:
--version Show the version information and exit
--from <from> Starting date for commits to be considered
--to <to> Ending date for commits to be considered
--mailmap <mailmap> Path to mailmap file
--format <BarChart|Chart|Json|None|Table> Format to output results in [default: Table]
--hide-summary Hide project summary details
--ignore-authors <ignore-authors> Authors to ignore
--ignore-files <ignore-files> Files to ignore
--metric <All|Commits|CommitsFlipped|Files|FilesFlipped|Lines|LinesFlipped> Which metric to show. Defaults to overall
--reverse Reverse the order of the results
--limit <limit> Limit the number of authors to show
--ignore-defaults Ignore default found in .gitcontrib
-?, -h, --help Show help and usage information