diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2009-02-14 17:21:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-14 21:31:16 -0800 |
commit | 48c9ab78f3c7a0cc51e8d17bb7e37a075996c223 (patch) | |
tree | 07bda6fb0e8834bda39f7d5f47319f6a2dc975d5 /contrib/completion | |
parent | db7fee8758cfe17b0f06ddae7bb4259ed506240c (diff) | |
download | git-48c9ab78f3c7a0cc51e8d17bb7e37a075996c223.tar.gz |
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>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a7a10c0d79..412d2c0dab 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= |