Skip to content

Commit db13ea8

Browse files
committed
Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'
"git subtree" (in contrib/) update. * js/subtree-fully-spelt-quiet-and-debug-options: subtree: support long global flags
2 parents 85cee30 + b4de923 commit db13ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/subtree/git-subtree.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ git subtree pull --prefix=<prefix> <repository> <ref>
3434
git subtree push --prefix=<prefix> <repository> <refspec>
3535
--
3636
h,help show the help
37-
q quiet
38-
d show debug messages
37+
q,quiet quiet
38+
d,debug show debug messages
3939
P,prefix= the name of the subdir to split out
4040
options for 'split' (also: 'push')
4141
annotate= add a prefix to commit message of new commits

0 commit comments

Comments
 (0)