summaryrefslogtreecommitdiff
path: root/progress.h
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-06-22 13:28:08 +0530
committerJunio C Hamano <gitster@pobox.com>2013-06-23 00:08:25 -0700
commit9b9439afd8e08a2370d008af2836198ff9008179 (patch)
treeb4ef907b17b521a39e38a489a7b35f996a5dfe46 /progress.h
parent3e7a5b489e45ae8a3a0b222893d58b172d883136 (diff)
downloadgit-9b9439afd8e08a2370d008af2836198ff9008179.tar.gz
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 'progress.h')
0 files changed, 0 insertions, 0 deletions