|
NAMEgit-summary - Show repository summarySYNOPSISgit-summary [--dedup-by-email] [--no-merges] [<committish>]git-summary --line [<path>] DESCRIPTIONShows a summary of the repository.OPTIONS<committish>Summarize only the range of commits included in the <committish>. <path> Summarize only the range of files included in the <path>. --dedup-by-email Remove duplicate authors who belong to the same email address. For example,
--no-merges Exclude merge commits. --line Summarize with lines other than commits. When --line is specified, the last argument is treated as <path>. This option can not be used together with --dedup-by-email or --no-merges. EXAMPLESOutputs a repo summary:
This command can also take a committish, and will print a summary for the range of commits included in the committish:
Outputs a repo summary by line:
Filter with the path:
AUTHORWritten by Tj Holowaychuk <tj@vision-media.ca>REPORTING BUGS<https://github.com/tj/git-extras/issues>SEE ALSO<https://github.com/tj/git-extras>
Visit the GSP FreeBSD Man Page Interface. |