commit | fba275dc93319ffa31ecebe015f8cda671fcf0e5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Mar 31 21:08:30 2017 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Mar 31 21:08:30 2017 -0700 |
tree | 8dc0c6f20e7e5eff7b30eb583fb2334301711dd7 | |
parent | e1ff064e1bffedb917c491681b7bfd4d66633ef5 [diff] |
contrib/git-resurrect.sh: do not write \t for HT in sed scripts Just like we did in 0d1d6e50 ("t/t7003: replace \t with literal tab in sed expression", 2010-08-12), avoid writing "\t" for HT in sed scripts, which is not portable. Signed-off-by: Junio C Hamano <gitster@pobox.com>