diff options
author | Junio C Hamano <junio@pobox.com> | 2012-08-22 22:33:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-23 21:30:51 -0700 |
commit | f8750a0ea951a328481b67b5d0558c0402f0cdfd (patch) | |
tree | f82d3dc99197a197e550e0687d86e60304c3459c /t/t4013/diff.whatchanged_--patch-with-stat_master | |
parent | Git 1.7.11.5 (diff) | |
download | tgif-f8750a0ea951a328481b67b5d0558c0402f0cdfd.tar.xz |
mergetool: style fixes
This script is one of the sizeable ones that tempted people to copy
its "neibouring style" in their new code, but was littered with
styles incompatible with our style guide.
- use one tab, not four spaces, per indent level;
- long lines can be wrapped after '|', '&&', or '||' for
readability.
- structures like "if .. then .. else .. fi", "while .. do .. done"
are split into lines in such a way that does not require
unnecessary semicolon.
- case, esac and case-arms align at the same column.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.whatchanged_--patch-with-stat_master')
0 files changed, 0 insertions, 0 deletions