From: Junio C Hamano Date: Mon, 9 Jun 2014 20:21:59 +0000 (-0700) Subject: t3302: coding style updates X-Git-Tag: v2.1.0-rc0~92^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ac2803b9625a9c38c1595f22da8f160969ed9625?ds=inline;hp=ac2803b9625a9c38c1595f22da8f160969ed9625 t3302: coding style updates Use "<<-END_OF_HERE_TEXT" to push the contents of here-text to the right in order to show the loop structure better. Use write_script when writing a script to be run. Use "test" (not "[ ... ]") and avoid unnecessary ";" in the middle of a line. Signed-off-by: Junio C Hamano ---