author | Ted Pavlic <ted@tedpavlic.com> | |
Wed, 11 Feb 2009 18:03:24 +0000 (13:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 11 Feb 2009 19:09:16 +0000 (11:09 -0800) | ||
commit | ad244d256865c06804afffef32b753239a06119e | |
tree | 9a10636190452459e5fb4022398437911eff9254 | tree | snapshot |
parent | fa26a401bed5967d6118ac430c5c5f4707c54386 | commit | diff |
completion: Use consistent if [...] convention, not "test"
The local coding convention in bash completion is to use [...] rather
than test. Additionally,
if [...]; then
is preferred over
if [...]
then
and so matching "if [...]\nthen" were changed accordingly.
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The local coding convention in bash completion is to use [...] rather
than test. Additionally,
if [...]; then
is preferred over
if [...]
then
and so matching "if [...]\nthen" were changed accordingly.
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | diff | blob | history |