diff options
author | Danny Lin <danny0838@gmail.com> | 2020-08-18 07:21:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-18 21:12:15 +0200 |
commit | f99c0c996b7977b6ceba134a884068c56d4a530b (patch) | |
tree | c255d28395379a74bcb27b82cc33dfaa3b6485a0 /contrib/subtree | |
parent | Git 2.28 (diff) | |
download | git-f99c0c996b7977b6ceba134a884068c56d4a530b.tar.xz git-f99c0c996b7977b6ceba134a884068c56d4a530b.zip |
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/subtree')
-rw-r--r-- | contrib/subtree/git-subtree.txt | 2 |
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. |