зеркало из https://github.com/microsoft/git.git
Merge branch 'ew/complete-svn-authorship-options'
Correct command line completion (in contrib/) on "git svn" * ew/complete-svn-authorship-options: completion: fix git svn authorship switches
This commit is contained in:
Коммит
f7490fdf85
|
@ -2587,14 +2587,14 @@ _git_svn ()
|
|||
--no-metadata --use-svm-props --use-svnsync-props
|
||||
--log-window-size= --no-checkout --quiet
|
||||
--repack-flags --use-log-author --localtime
|
||||
--add-author-from
|
||||
--ignore-paths= --include-paths= $remote_opts
|
||||
"
|
||||
local init_opts="
|
||||
--template= --shared= --trunk= --tags=
|
||||
--branches= --stdlayout --minimize-url
|
||||
--no-metadata --use-svm-props --use-svnsync-props
|
||||
--rewrite-root= --prefix= --use-log-author
|
||||
--add-author-from $remote_opts
|
||||
--rewrite-root= --prefix= $remote_opts
|
||||
"
|
||||
local cmt_opts="
|
||||
--edit --rmdir --find-copies-harder --copy-similarity=
|
||||
|
|
Загрузка…
Ссылка в новой задаче