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