]> git.ipfire.org Git - thirdparty/git.git/commitdiff
subtree: support long global flags
authorJosh Soref <jsoref@gmail.com>
Sun, 7 May 2023 03:09:48 +0000 (03:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2023 14:58:27 +0000 (07:58 -0700)
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>
contrib/subtree/git-subtree.sh

index 10c9c87839a4cf4e78fe8f270eac18d9942b783c..7db4c45676d304869bba126bd57e7f553aec2008 100755 (executable)
@@ -34,8 +34,8 @@ git subtree pull  --prefix=<prefix> <repository> <ref>
 git subtree push  --prefix=<prefix> <repository> <refspec>
 --
 h,help        show the help
-q             quiet
-d             show debug messages
+q,quiet       quiet
+d,debug       show debug messages
 P,prefix=     the name of the subdir to split out
  options for 'split' (also: 'push')
 annotate=     add a prefix to commit message of new commits