subtree: support long global flags
The documentation at e75d1da38a
claimed support, but it was never present
Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
69c786637d
commit
b4de9239bf
@ -34,8 +34,8 @@ git subtree pull --prefix=<prefix> <repository> <ref>
|
|||||||
git subtree push --prefix=<prefix> <repository> <refspec>
|
git subtree push --prefix=<prefix> <repository> <refspec>
|
||||||
--
|
--
|
||||||
h,help show the help
|
h,help show the help
|
||||||
q quiet
|
q,quiet quiet
|
||||||
d show debug messages
|
d,debug show debug messages
|
||||||
P,prefix= the name of the subdir to split out
|
P,prefix= the name of the subdir to split out
|
||||||
options for 'split' (also: 'push')
|
options for 'split' (also: 'push')
|
||||||
annotate= add a prefix to commit message of new commits
|
annotate= add a prefix to commit message of new commits
|
||||||
|
Reference in New Issue
Block a user