git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] subtree: support long global flags
@ 2023-05-07  3:09 Josh Soref via GitGitGadget
  2023-05-08 14:58 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Soref via GitGitGadget @ 2023-05-07  3:09 UTC (permalink / raw)
  To: git; +Cc: Josh Soref, Josh Soref

From: Josh Soref <jsoref@gmail.com>

The documentation at e75d1da38a claimed support, but it was never present

Signed-off-by: Josh Soref <jsoref@gmail.com>
---
    subtree: support long global flags
    
    The documentation at e75d1da38a claimed support, but it was never
    present

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1514%2Fjsoref%2Fsubtree-global-flags-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1514/jsoref/subtree-global-flags-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1514

 contrib/subtree/git-subtree.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/subtree/git-subtree.sh b/contrib/subtree/git-subtree.sh
index 10c9c87839a..7db4c45676d 100755
--- a/contrib/subtree/git-subtree.sh
+++ b/contrib/subtree/git-subtree.sh
@@ -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

base-commit: 9857273be005833c71e2d16ba48e193113e12276
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-08 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07  3:09 [PATCH] subtree: support long global flags Josh Soref via GitGitGadget
2023-05-08 14:58 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).