fix: git-squash docs. Replaced 'actual' with 'current'

This commit is contained in:
Angel Aguilera 2016-11-14 11:17:28 +01:00
parent ec64fe6500
commit 77e55640d7
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ Produce the working tree and index state as if a real merge happened without the
<source\-branch>
.
.P
Branch to squash on the actual branch\.
Branch to squash on the current branch\.
.
.P
<commit reference> A commit reference (has to be from the current branch) can also be used as the first argument\. A range of commits \fIsha\fR\.\.HEAD will be squashed\.

View file

@ -87,7 +87,7 @@
<p> &lt;source-branch&gt;</p>
<p> Branch to squash on the actual branch.</p>
<p> Branch to squash on the current branch.</p>
<p> &lt;commit reference&gt;
A commit reference (has to be from the current branch) can also be used as the

View file

@ -14,7 +14,7 @@ git-squash(1) -- Import changes from a branch
&lt;source-branch&gt;
Branch to squash on the actual branch.
Branch to squash on the current branch.
&lt;commit reference&gt;
A commit reference (has to be from the current branch) can also be used as the