![]() |
![]()
| ![]() |
![]()
NAMEgit-summary - Show repository summary SYNOPSISgit-summary [--dedup-by-email] [--no-merges] [<committish>] git-summary --line [<path>] DESCRIPTIONShows a summary of the repository or a path within it. 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. --output-style <style> Summarizes the repository and print the output according to the specified style. Styles: * tabular: Prints the summary in a tabular form having a header in the first line and the values in the second. Column separator is a | sorrounded by at least one space on each side. * oneline: Prints the summary in a single line. Fields are separated by a / sorrounded by one space on each side. Some information like the authors cannot be displayed in this mode. 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:
Tabular summary
Oneline summary
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>
|