mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 01:46:25 -04:00
Add docs for shorthand version of --list.
This commit is contained in:
parent
2ca31a8268
commit
b7f5529b73
|
|
@ -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\.
|
||||
|
|
|
|||
|
|
@ -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 <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue