From 5f1dfc717c5c06763c8e6459270d3812be2df943 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 Oct 2006 04:36:30 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.3-rc2 --- git-shortlog.html | 30 +++++++++++++++++++++++++++--- git-shortlog.txt | 17 +++++++++++++++-- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/git-shortlog.html b/git-shortlog.html index ba0748bd6..7af741e44 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -272,15 +272,39 @@ git-shortlog(1) Manual Page

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

@@ -317,7 +341,7 @@ Eve Jones <eve@laptop.(none)>
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':: -- 2.26.2