updated documentation because git-squash does no longer delete source-branch

This commit is contained in:
Raphael Fleischlin 2014-12-27 20:45:28 +01:00
parent 182d17cd33
commit bc17c1cb2e
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