]> git.ipfire.org Git - thirdparty/git.git/commitdiff
contrib/subtree: fix "unsure" for --message in the document
authorDanny Lin <danny0838@gmail.com>
Tue, 18 Aug 2020 05:21:10 +0000 (13:21 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 19:12:15 +0000 (12:12 -0700)
Revise the documentation and remove previous "unsure" after making sure
that --message supports only 'add', 'merge', 'pull', and 'split --rejoin'.

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

index 352deda69dcfd009ff025615dff07dd0a5d015d1..9ccd431c7ffb223e6df9f825cf050b4ae9ddbdc1 100644 (file)
@@ -139,7 +139,7 @@ OPTIONS
 
 -m <message>::
 --message=<message>::
-       This option is only valid for add, merge and pull (unsure).
+       This option is only valid for add, merge, pull, and split --rejoin.
        Specify <message> as the commit message for the merge commit.