Message ID | 20200815023247.788-1-danny0838@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f99c0c996b7977b6ceba134a884068c56d4a530b |
Headers | show |
Series | Revise supported options for --message in subtree doc. | expand |
Danny Lin <danny0838@gmail.com> writes: > Subject: Re: [PATCH] Revise supported options for --message in subtree doc. Documentation/SubmittingPatches:[[summary-section]] > 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> > --- > contrib/subtree/git-subtree.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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.
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.
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> --- contrib/subtree/git-subtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)