Code

bash: fix misindented esac statement in __git_complete_file()
authorSZEDER Gábor <szeder@ira.uka.de>
Thu, 10 Mar 2011 18:12:28 +0000 (19:12 +0100)
committerJunio 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

index 893b7716cafa4811d237480a980140d308aa20dc..344a47f4023b7f80fc2e9965222d06c498eab174 100755 (executable)
@@ -680,7 +680,7 @@ __git_complete_file ()
                *)
                        ls="$ref"
                        ;;
-           esac
+               esac
 
                case "$COMP_WORDBREAKS" in
                *:*) : great ;;