author | Brandon Casey <drafnel@gmail.com> | |
Thu, 6 Jan 2011 00:30:03 +0000 (18:30 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Jan 2011 20:34:52 +0000 (12:34 -0800) | ||
commit | bc2d159421bb017edc7b8b8d6d5544e1c83073e4 | |
tree | ecc586299d0898dd5d3f79f40470565e5db6bd47 | tree | snapshot |
parent | ed40ec551d4517323c6a46aa555b83cc7651ddbc | commit | diff |
t3032: limit sed branch labels to 8 characters
POSIX leaves as unspecified the handling of labels greater than 8
characters. Apparently, Sun decided to treat them as errors. Make sed on
Solaris happy by trimming the length of labels to 8 characters.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
POSIX leaves as unspecified the handling of labels greater than 8
characters. Apparently, Sun decided to treat them as errors. Make sed on
Solaris happy by trimming the length of labels to 8 characters.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3032-merge-recursive-options.sh | diff | blob | history |