From: Rohit Ashiwal Date: Mon, 4 Mar 2019 12:08:00 +0000 (+0530) Subject: t3600: modernize style X-Git-Tag: v2.22.0-rc0~128^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b5368c23c193fdbb634aaaf82f03f1a2eebe7641?hp=b5368c23c193fdbb634aaaf82f03f1a2eebe7641 t3600: modernize style The tests in `t3600-rm.sh` were written long time ago, and has a lot of style violations, including the mixed use of tabs and spaces, not having the title and the opening quote of the body on the first line of the tests, and other shell script style violations. Update it to match the CodingGuidelines. Signed-off-by: Rohit Ashiwal Signed-off-by: Junio C Hamano ---