.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-SUMMARY" "1" "November 2023" "" "Git Extras" .SH "NAME" \fBgit\-summary\fR \- Show repository summary .SH "SYNOPSIS" \fBgit\-summary\fR [\-\-dedup\-by\-email] [\-\-no\-merges] [] .P \fBgit\-summary\fR \-\-line [] .SH "DESCRIPTION" Shows a summary of the repository or a path within it\. .SH "OPTIONS" .P Summarize only the range of commits included in the \. .P .P Summarize only the range of files included in the \. .P \-\-dedup\-by\-email .P Remove duplicate authors who belong to the same email address\. For example, .IP "" 4 .nf $ git summary \|\.\|\.\|\. 133 TJ Holowaychuk 9\.9% 115 Tj Holowaychuk 8\.5% $ git summary \-\-dedup\-by\-email \|\.\|\.\|\. 248 TJ Holowaychuk 18\.4% .fi .IP "" 0 .P \-\-no\-merges .P Exclude merge commits\. .P \-\-line .P Summarize with lines other than commits\. When \fB\-\-line\fR is specified, the last argument is treated as \. .P This option can not be used together with \fB\-\-dedup\-by\-email\fR or \fB\-\-no\-merges\fR\. .P \-\-output\-style