X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-shortlog.txt;h=15cc6f77c1e9b8a77c8396fab99cf9d9fda98ef3;hb=a77a33a51df9b7655d80299487ec6fbb10445496;hp=95fa9010c1539e4c93d6d402ffd4bb670fd32910;hpb=2570458fdaeb577eb60e470bee0f7065dd2058b8;p=git.git diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 95fa9010c..15cc6f77c 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -7,8 +7,9 @@ git-shortlog - Summarize 'git log' output SYNOPSIS -------- +[verse] git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] -git-shortlog [-n|--number] [-s|--summary] [...] +git-shortlog [-n|--numbered] [-s|--summary] [...] DESCRIPTION ----------- @@ -21,19 +22,20 @@ Additionally, "[PATCH]" will be stripped from the commit description. OPTIONS ------- --h:: +-h, \--help:: Print a short usage message and exit. --n:: +-n, \--numbered:: Sort output according to the number of commits per author instead of author alphabetic order. --s:: - Supress commit description and provide a commit count summary only. +-s, \--summary:: + Suppress commit description and provide a commit count summary only. FILES ----- -'.mailmap':: + +.mailmap:: If this file exists, it will be used for mapping author email addresses to a real author name. One mapping per line, first the author name followed by the email address enclosed by