commit | 76ee96a9b6f75e7d1c01e68ade72194179aa512d | [log] [tgz] |
---|---|---|
author | David Aguilar <davvid@gmail.com> | Wed Oct 15 01:35:21 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 15 14:09:15 2014 -0700 |
tree | 04dfb82c353a07317258135f109c8a30b2e03809 | |
parent | f9e43085bb95034a36a223f4eba75174b096179c [diff] |
test-lib-functions: adjust style to match CodingGuidelines Prefer "test" over "[ ]" for conditionals. Prefer "$()" over backticks for command substitutions. Avoid control structures on a single line with semicolons. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>