summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Danny Lin <danny0838@gmail.com>2020-08-18 13:21:10 +0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-08-18 12:12:15 -0700
commitf99c0c996b7977b6ceba134a884068c56d4a530b (patch)
treec255d28395379a74bcb27b82cc33dfaa3b6485a0 /contrib
parentGit 2.28 (diff)
downloadtgif-f99c0c996b7977b6ceba134a884068c56d4a530b.tar.xz
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>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/subtree/git-subtree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt
index 352deda69d..9ccd431c7f 100644
--- a/contrib/subtree/git-subtree.txt
+++ b/contrib/subtree/git-subtree.txt
@@ -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.