diff --git a/man/git-squash.1 b/man/git-squash.1 index 112e20e..4c12cb5 100644 --- a/man/git-squash.1 +++ b/man/git-squash.1 @@ -25,7 +25,7 @@ Branch to squash on the actual branch\. . .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" . diff --git a/man/git-squash.html b/man/git-squash.html index 3790a31..45d8205 100644 --- a/man/git-squash.html +++ b/man/git-squash.html @@ -95,7 +95,7 @@

<commit-message>

-

If commit-message is given, commit the squash result and delete the source-branch.

+

If commit-message is given, commit the squash result.

EXAMPLES

diff --git a/man/git-squash.md b/man/git-squash.md index 7c36344..3dd588d 100644 --- a/man/git-squash.md +++ b/man/git-squash.md @@ -22,7 +22,7 @@ git-squash(1) -- Import changes from a branch <commit-message> - If commit-message is given, commit the squash result and delete the source-branch. + If commit-message is given, commit the squash result. ## EXAMPLES