mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #566 from nfischer/fix-man-page-typo
git-release: fix typo in documentation
This commit is contained in:
commit
3aafbc68c1
|
|
@ -10,7 +10,7 @@
|
|||
\fBgit\-release\fR <tagname> [\-r <remote>] [\-m <commit info%gt;] [\-c]
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\.
|
||||
Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
<tagname>
|
||||
|
|
@ -28,7 +28,7 @@ The "remote" repository that is destination of a push operation: it is passed to
|
|||
\-m <commit info>
|
||||
.
|
||||
.P
|
||||
use the custom commit infomation instead of the default message "Release <tagname>" \.
|
||||
use the custom commit information instead of the default message "Release <tagname>" \.
|
||||
.
|
||||
.P
|
||||
\-c
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p> Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags.
|
||||
<p> Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags.
|
||||
Optionally it generates a changelog (see git-changelog) and a remote can be defined. The order of first -c or -r does not matter.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
<p> -m <commit info></p>
|
||||
|
||||
<p> use the custom commit infomation instead of the default message "Release <tagname>" .</p>
|
||||
<p> use the custom commit information instead of the default message "Release <tagname>" .</p>
|
||||
|
||||
<p> -c</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ git-release(1) -- Commit, tag and push changes to the repository
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags.
|
||||
Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags.
|
||||
Optionally it generates a changelog (see git-changelog) and a remote can be defined. The order of first -c or -r does not matter.
|
||||
|
||||
## OPTIONS
|
||||
|
|
@ -22,7 +22,7 @@ git-release(1) -- Commit, tag and push changes to the repository
|
|||
|
||||
-m <commit info>
|
||||
|
||||
use the custom commit infomation instead of the default message "Release <tagname>" .
|
||||
use the custom commit information instead of the default message "Release <tagname>" .
|
||||
|
||||
-c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue