From: Jim Meyering Date: Tue, 18 Dec 2007 10:03:23 +0000 (+0100) Subject: git-filter-branch.sh: more portable tr usage: use \012, not \n. X-Git-Tag: v1.5.4-rc1~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e8a3f90994067a154fafcec9bbb18cf7865cd94c?hp=e8a3f90994067a154fafcec9bbb18cf7865cd94c git-filter-branch.sh: more portable tr usage: use \012, not \n. I hesitate to suggest this, since GNU tr has accepted \n for 15 years, but there are supposedly a few crufty vendor-supplied versions of tr still in use. Also, all of the other uses of tr-with-newline in git use \012. Signed-off-by: Jim Meyering Signed-off-by: Junio C Hamano ---