bash: remove always true if statement from __git_ps1()
commitee6b71141f2803bd4d4f6e1a17ef826567dc9644
authorSZEDER Gábor <szeder@ira.uka.de>
Fri, 29 May 2009 12:00:36 +0000 (29 14:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 May 2009 22:39:32 +0000 (31 15:39 -0700)
treeb667d548e523201940cdc8c8d9028d6ffb5056a2
parentc4d5359230c4bd427f37662f9d12fdf006b6e6ba
bash: remove always true if statement from __git_ps1()

The recent commits 8763dbb1 (completion: fix PS1 display during a
merge on detached HEAD, 2009-05-16), ff790b6a (completion: simplify
"current branch" in __git_ps1(), 2009-05-10), and d7107ca6
(completion: fix PS1 display during an AM on detached HEAD,
2009-05-26) ensure that the branch name in __git_ps1() is always set
to something sensible.  Therefore, the condition for checking the
non-empty branch name is always fulfilled, and can be removed.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash