Skip to content

Commit ff0c9d8

Browse files
committed
Re-indent "options for" lines in OPTS_SPEC
1 parent 0c41f92 commit ff0c9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-subtree.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ q quiet
2525
d show debug messages
2626
P,prefix= the name of the subdir to split out
2727
m,message= use the given message as the commit message for the merge commit
28-
options for 'split'
28+
options for 'split'
2929
annotate= add a prefix to commit message of new commits
3030
b,branch= create a new branch from the split subtree
3131
ignore-joins ignore prior --rejoin commits
3232
onto= try connecting new tree to an existing one
3333
rejoin merge the new branch back into HEAD
34-
options for 'push'
34+
options for 'push'
3535
f,force use force push
36-
options for 'add', 'merge', 'pull' and 'push'
36+
options for 'add', 'merge', 'pull' and 'push'
3737
squash merge subtree changes as a single commit
3838
"
3939
eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"

0 commit comments

Comments
 (0)