]> granicus.if.org Git - git/commitdiff
contrib/subtree: there's no push --squash
authorDanny Lin <danny0838@gmail.com>
Thu, 7 May 2015 07:52:33 +0000 (15:52 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2015 18:03:32 +0000 (11:03 -0700)
The documentation says that --squash is for 'add', 'merge',
'pull' and 'push', while --squash actually doesn't change
the behavior of 'push'. Correct the documentation.

Signed-off-by: Danny Lin <danny0838@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/git-subtree.sh
contrib/subtree/git-subtree.txt

index fa1a5839af2d0c423adb51238fb330f555dc4dff..6328c87bc85441dad30e7acda22f28682e76d2c6 100755 (executable)
@@ -26,7 +26,7 @@ b,branch=     create a new branch from the split subtree
 ignore-joins  ignore prior --rejoin commits
 onto=         try connecting new tree to an existing one
 rejoin        merge the new branch back into HEAD
- options for 'add', 'merge', 'pull' and 'push'
+ options for 'add', 'merge', and 'pull'
 squash        merge subtree changes as a single commit
 "
 eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"
index 54e4b4a24331045d97d92355b681b675048a5df7..60d76cdddfc75f0c77d5798ac0b1adc6b0e93899 100644 (file)
@@ -146,7 +146,7 @@ OPTIONS
 OPTIONS FOR add, merge, push, pull
 ----------------------------------
 --squash::
-       This option is only valid for add, merge, push and pull
+       This option is only valid for add, merge, and pull
        commands.
 +
 Instead of merging the entire history from the subtree project, produce