Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
bash: fix misspelled 'git svn' option
author
SZEDER Gábor
<szeder@ira.uka.de>
Sat, 14 Feb 2009 16:21:52 +0000
(17:21 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 15 Feb 2009 05:31:16 +0000
(21:31 -0800)
'--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>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
db7fee8
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index a7a10c0d797792f52ff0805a9f7bb19429f2f4d5..412d2c0dab8118689c37b8ecbe29c7c0b2a2575a 100755
(executable)
--- 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 --use
r
-log-author --localtime $remote_opts
+ --repack-flags --use-log-author --localtime $remote_opts
"
local init_opts="
--template= --shared= --trunk= --tags=