]> git.ipfire.org Git - thirdparty/git.git/commitdiff
contrib/subtree: document 'push' does not take '--squash'
authorDanny Lin <danny0838@gmail.com>
Tue, 18 Aug 2020 05:22:49 +0000 (13:22 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 19:12:29 +0000 (12:12 -0700)
git subtree push does not support --squash, as previously illustrated in
6ccc71a9 (contrib/subtree: there's no push --squash, 2015-05-07)

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

index 9ccd431c7ffb223e6df9f825cf050b4ae9ddbdc1..0db02fe3c09528cdb2b26982b4b9cf60e7e94429 100644 (file)
@@ -143,8 +143,8 @@ OPTIONS
        Specify <message> as the commit message for the merge commit.
 
 
-OPTIONS FOR add, merge, push, pull
-----------------------------------
+OPTIONS FOR add, merge, and pull
+--------------------------------
 --squash::
        This option is only valid for add, merge, and pull
        commands.