Skip to content

Commit a6c6f8d

Browse files
committed
Merge branch 'js/complete-svn-recursive'
The completion script (in contrib/) has been taught that "git svn" supports the "--recursive" option. * js/complete-svn-recursive: completion: tab-complete "git svn --recursive"
2 parents 3ae8def + 1f9247a commit a6c6f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,6 +2847,7 @@ _git_svn ()
28472847
--log-window-size= --no-checkout --quiet
28482848
--repack-flags --use-log-author --localtime
28492849
--add-author-from
2850+
--recursive
28502851
--ignore-paths= --include-paths= $remote_opts
28512852
"
28522853
local init_opts="

0 commit comments

Comments
 (0)