bash: fix misspelled 'git svn' option
'--user-log-author' -> '--use-log-author' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
db7fee8758
commit
48c9ab78f3
@ -1610,7 +1610,7 @@ _git_svn ()
|
|||||||
--follow-parent --authors-file= --repack=
|
--follow-parent --authors-file= --repack=
|
||||||
--no-metadata --use-svm-props --use-svnsync-props
|
--no-metadata --use-svm-props --use-svnsync-props
|
||||||
--log-window-size= --no-checkout --quiet
|
--log-window-size= --no-checkout --quiet
|
||||||
--repack-flags --user-log-author --localtime $remote_opts
|
--repack-flags --use-log-author --localtime $remote_opts
|
||||||
"
|
"
|
||||||
local init_opts="
|
local init_opts="
|
||||||
--template= --shared= --trunk= --tags=
|
--template= --shared= --trunk= --tags=
|
||||||
|
Loading…
Reference in New Issue
Block a user