summaryrefslogtreecommitdiff
path: root/LGPL-2.1
diff options
context:
space:
mode:
authorLibravatar Ramkumar Ramachandra <artagnon@gmail.com>2013-06-22 13:28:08 +0530
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-23 00:08:25 -0700
commit9b9439afd8e08a2370d008af2836198ff9008179 (patch)
treeb4ef907b17b521a39e38a489a7b35f996a5dfe46 /LGPL-2.1
parentSync with maint (diff)
downloadtgif-9b9439afd8e08a2370d008af2836198ff9008179.tar.xz
t/t5505-remote: modernize style
Modernize the style of all tests throughout the file: - Remove spurious blank lines. - Indent the test body. - Make sure that all lines end with &&, to make it easier to spot breaks in the chain. - When executing something in a subshell, put the parenthesis on separate lines and indent the body. Also make sure that the first statement in the subshell is a 'cd'. - When redirecting input or output, do not use SP between redirection operator and the target filename. - Use the <<-\EOF and <<-EOF forms of heredoc, not <<EOF, when the command is indented and the heredoc text itself does not have to have a leading tab. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'LGPL-2.1')
0 files changed, 0 insertions, 0 deletions