Merge pull request #301 from raeffs/master

updated documentation for git-squash.
This commit is contained in:
hemanth.hm 2014-12-28 08:19:29 +05:30
commit 13326b89e5
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ Branch to squash on the actual branch\.
<commit\-message>
.
.P
If commit\-message is given, commit the squash result and delete the source\-branch\.
If commit\-message is given, commit the squash result\.
.
.SH "EXAMPLES"
.

View file

@ -95,7 +95,7 @@
<p> &lt;commit-message&gt;</p>
<p> If commit-message is given, commit the squash result and delete the source-branch.</p>
<p> If commit-message is given, commit the squash result.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>

View file

@ -22,7 +22,7 @@ git-squash(1) -- Import changes from a branch
&lt;commit-message&gt;
If commit-message is given, commit the squash result and delete the source-branch.
If commit-message is given, commit the squash result.
## EXAMPLES