~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-shortlog.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20070422133105-tkmhz328g2p0epz1
Tags: 1:1.5.1.2-1
* new upstream point release.
* debian/changelog.upstream: upstream changes taken from mailing list
  announcement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
SYNOPSIS
9
9
--------
 
10
[verse]
10
11
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
 
12
git-shortlog [-n|--number] [-s|--summary] [<committish>...]
11
13
 
12
14
DESCRIPTION
13
15
-----------
28
30
        of author alphabetic order.
29
31
 
30
32
-s::
31
 
        Supress commit description and provide a commit count summary only.
 
33
        Suppress commit description and provide a commit count summary only.
32
34
 
33
35
FILES
34
36
-----
35
 
'.mailmap'::
 
37
 
 
38
.mailmap::
36
39
        If this file exists, it will be used for mapping author email
37
40
        addresses to a real author name. One mapping per line, first
38
41
        the author name followed by the email address enclosed by