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"
This commit is contained in:
commit
a6c6f8d02a
@ -2847,6 +2847,7 @@ _git_svn ()
|
||||
--log-window-size= --no-checkout --quiet
|
||||
--repack-flags --use-log-author --localtime
|
||||
--add-author-from
|
||||
--recursive
|
||||
--ignore-paths= --include-paths= $remote_opts
|
||||
"
|
||||
local init_opts="
|
||||
|
Loading…
Reference in New Issue
Block a user