From: Junio C Hamano Date: Sun, 23 Mar 2014 22:26:36 +0000 (-0700) Subject: t1502: protect runs of SPs used in the indentation X-Git-Tag: v2.0.0-rc0~43^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ce7f8745aa773dfe2fc0a1b8c327b50c7ce4a31e?hp=ce7f8745aa773dfe2fc0a1b8c327b50c7ce4a31e t1502: protect runs of SPs used in the indentation The expected output from the argument help use runs of SPs to align the description of each option; a careless use of --whitespace=fix can turn leading parts of them into appropriate number of HTs. Prevent such a breakage by prefixing all the expected lines with leading vertical bars in the original and stripping them with a small sed script. Signed-off-by: Junio C Hamano ---