X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-shortlog.txt;h=dfd4d0c2233df09b64a10d1ad31a36afaa01ec7c;hb=c8089af6c6754153d75de74d0f147adcd46a6b59;hp=42463a955dd3f5dad25f3a45f0eec62d8712f731;hpb=09236d80480c15f6da804e56a80c08d320475fb1;p=git.git diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 42463a955..dfd4d0c22 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -3,17 +3,17 @@ git-shortlog(1) NAME ---- -git-shortlog - Summarize 'git-log' output +git-shortlog - Summarize 'git log' output SYNOPSIS -------- [verse] git log --pretty=short | 'git shortlog' [-h] [-n] [-s] [-e] [-w] -git shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[[,[,]]]] [...] +'git shortlog' [-n|--numbered] [-s|--summary] [-e|--email] [-w[[,[,]]]] [...] DESCRIPTION ----------- -Summarizes 'git-log' output in a format suitable for inclusion +Summarizes 'git log' output in a format suitable for inclusion in release announcements. Each commit will be grouped by author and the first line of the commit message will be shown.