projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046613c
)
bash: fix misindented esac statement in __git_complete_file()
author
SZEDER Gábor
<szeder@ira.uka.de>
Thu, 10 Mar 2011 18:12:28 +0000
(19:12 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 11 Mar 2011 06:38:48 +0000
(22:38 -0800)
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
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 893b7716cafa4811d237480a980140d308aa20dc..344a47f4023b7f80fc2e9965222d06c498eab174 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-680,7
+680,7
@@
__git_complete_file ()
*)
ls="$ref"
;;
- esac
+
esac
case "$COMP_WORDBREAKS" in
*:*) : great ;;