commit | 240dc3e8edb3ae4ee968febc006fa761811c60e6 | [log] [tgz] |
---|---|---|
author | David Aguilar <davvid@gmail.com> | Thu Aug 18 00:23:45 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Aug 19 00:09:17 2011 -0700 |
tree | 55da09da0cf05747ff9b4909fdba8962c56feed4 | |
parent | fdd7aa17f805b376f49a1bf031bf1b88eec89ddf [diff] |
mergetool--lib: Make style consistent with git Use the predominant conditional style where "then" appears alone on the line after the test expression. Remove spaces after ">" output redirections. Remove unnecessary parentheses around the kdiff3 commands. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>