1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 20:56:09 +02:00

contrib/subtree: fix "unsure" for --message in the document

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>
This commit is contained in:
Danny Lin 2020-08-18 13:21:10 +08:00 committed by Junio C Hamano
parent 47ae905ffb
commit f99c0c996b

View 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.