Add docs for shorthand version of --list.

This commit is contained in:
nickl- 2012-07-22 01:24:52 +02:00
parent 2ca31a8268
commit b7f5529b73
3 changed files with 7 additions and 7 deletions

View file

@ -7,13 +7,13 @@
\fBgit\-changelog\fR \- Generate the changelog report
.
.SH "SYNOPSIS"
\fBgit\-changelog\fR [\-\-list]
\fBgit\-changelog\fR [\-l, \-\-list]
.
.SH "DESCRIPTION"
Populates the file named matching \fIchange|history \-i\fR with the commits since the previous tag or since the project began when no tags are present\. Opens the changelog in \fB$EDITOR\fR when set\.
.
.SH "OPTIONS"
\-\-list
\-l, \-\-list
.
.P
Show commit logs from the current version\.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-changelog</code> [--list]</p>
<p><code>git-changelog</code> [-l, --list]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -84,7 +84,7 @@
<h2 id="OPTIONS">OPTIONS</h2>
<p> --list</p>
<p> -l, --list</p>
<p> Show commit logs from the current version.</p>
@ -116,7 +116,7 @@
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Tj Holowaychuk &lt;<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#111;&#58;&#116;&#106;&#x40;&#x76;&#x69;&#115;&#x69;&#x6f;&#110;&#45;&#x6d;&#x65;&#100;&#x69;&#x61;&#x2e;&#99;&#x61;" data-bare-link="true">&#x74;&#106;&#x40;&#118;&#x69;&#115;&#x69;&#x6f;&#x6e;&#45;&#x6d;&#101;&#x64;&#x69;&#97;&#46;&#99;&#x61;</a>&gt;</p>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#97;&#x69;&#x6c;&#x74;&#x6f;&#58;&#116;&#x6a;&#x40;&#x76;&#105;&#x73;&#x69;&#x6f;&#x6e;&#x2d;&#109;&#x65;&#x64;&#105;&#x61;&#x2e;&#x63;&#x61;" data-bare-link="true">&#x74;&#106;&#64;&#x76;&#x69;&#x73;&#x69;&#x6f;&#x6e;&#x2d;&#109;&#101;&#x64;&#x69;&#x61;&#46;&#99;&#97;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -3,7 +3,7 @@ git-changelog(1) -- Generate the changelog report
## SYNOPSIS
`git-changelog` [--list]
`git-changelog` [-l, --list]
## DESCRIPTION
@ -11,7 +11,7 @@ git-changelog(1) -- Generate the changelog report
## OPTIONS
--list
-l, --list
Show commit logs from the current version.