summaryrefslogtreecommitdiffstats
path: root/git-shortlog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-10 04:36:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-10 04:36:30 +0000
commit5f1dfc717c5c06763c8e6459270d3812be2df943 (patch)
tree8b2ccecbe6e50d5dfc446ec7098083fb43a4ab2c /git-shortlog.txt
parent93567a61e4eac5b5e1f43774691679e129655817 (diff)
downloadgit-htmldocs-5f1dfc717c5c06763c8e6459270d3812be2df943.tar.gz
Autogenerated HTML docs for v1.4.3-rc2
Diffstat (limited to 'git-shortlog.txt')
-rw-r--r--git-shortlog.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-shortlog.txt b/git-shortlog.txt
index 7486ebe78..1601d2267 100644
--- a/git-shortlog.txt
+++ b/git-shortlog.txt
@@ -7,16 +7,29 @@ git-shortlog - Summarize 'git log' output
SYNOPSIS
--------
-git-log --pretty=short | 'git-shortlog'
+git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
DESCRIPTION
-----------
Summarizes 'git log' output in a format suitable for inclusion
-in release announcements. Each commit will be grouped by author
+in release announcements. Each commit will be grouped by author and
the first line of the commit message will be shown.
Additionally, "[PATCH]" will be stripped from the commit description.
+OPTIONS
+-------
+
+-h::
+ Print a short usage message and exit.
+
+-n::
+ 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.
+
FILES
-----
'.mailmap'::