From: Thomas Rast Date: Thu, 23 Feb 2012 09:42:23 +0000 (+0100) Subject: t5704: match tests to modern style X-Git-Tag: v1.7.8.6~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8a557bb77fc009b00f7952f0d3d6ebd33079f70e?ds=inline;hp=8a557bb77fc009b00f7952f0d3d6ebd33079f70e t5704: match tests to modern style The test did not adhere to the current style on several counts: . empty lines around the test blocks, but within the test string . ': > file' or even just '> file' with an extra space . inconsistent indentation . hand-rolled commits instead of using test_commit Fix all of them. There's a catch to the last point: test_commit creates a tag, which the original test did not create. We still change it to test_commit, and explicitly delete the tags, so as to highlight that the test relies on not having them. Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano ---