diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-02-11 13:03:24 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-11 11:09:16 -0800 |
commit | ad244d256865c06804afffef32b753239a06119e (patch) | |
tree | 9a10636190452459e5fb4022398437911eff9254 /read-cache.c | |
parent | completion: For consistency, change "git rev-parse" to __gitdir calls (diff) | |
download | tgif-ad244d256865c06804afffef32b753239a06119e.tar.xz |
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>
Diffstat (limited to 'read-cache.c')
0 files changed, 0 insertions, 0 deletions