Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions man/git-release.1
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/git-release.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/git-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git-release(1) -- Commit, tag and push changes to the repository

## DESCRIPTION

Commits changes with message "Release &lt;tagname&gt;" or custom commit infomation, tags with the given &lt;tagname&gt; and pushes the branch / tags.
Commits changes with message "Release &lt;tagname&gt;" or custom commit information, tags with the given &lt;tagname&gt; 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
Expand All @@ -22,7 +22,7 @@ git-release(1) -- Commit, tag and push changes to the repository

-m &lt;commit info&gt;

use the custom commit infomation instead of the default message "Release &lt;tagname&gt;" .
use the custom commit information instead of the default message "Release &lt;tagname&gt;" .

-c

Expand Down