From: SZEDER Gábor Date: Sat, 14 Feb 2009 16:21:52 +0000 (+0100) Subject: bash: fix misspelled 'git svn' option X-Git-Tag: v1.6.2-rc1~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=48c9ab78f3c7a0cc51e8d17bb7e37a075996c223;p=git.git bash: fix misspelled 'git svn' option '--user-log-author' -> '--use-log-author' Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a7a10c0d7..412d2c0da 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1610,7 +1610,7 @@ _git_svn () --follow-parent --authors-file= --repack= --no-metadata --use-svm-props --use-svnsync-props --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=" --template= --shared= --trunk= --tags=