Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-05-09 05:59:46 +0300
committerJunio C Hamano <gitster@pobox.com>2017-05-09 06:09:03 +0300
commitda5a1f81008f89f4e533006df8fa536e43c9c677 (patch)
treeab1138031e1b337ef5e428c1fc8b766d6a700787 /builtin
parent9df4a6074a98740b70b980d43dca5203db0ff688 (diff)
t5310: fix "; do" style
Our usual shell style is to put the "do" of a loop on its own line, like: while $cond do something done instead of: while $cond; do something done We have a bit of both in our code base, but the former is what's in CodingGuidelines (and outnumbers the latter in t/ by about 6:1). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions