summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5363d07)
raw | patch | inline | side by side (parent: 5363d07)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Dec 2008 19:39:07 +0000 (11:39 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Dec 2008 19:39:07 +0000 (11:39 -0800) |
When I tweaked the patch to use $SHELL_PATH instead of a hard-coded
"#!/bin/sh" to produce 3aa1f7c (diff: respect textconv in rewrite diffs,
2008-12-09), I screwed up. This should fix it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
"#!/bin/sh" to produce 3aa1f7c (diff: respect textconv in rewrite diffs,
2008-12-09), I screwed up. This should fix it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4031-diff-rewrite-binary.sh | patch | blob | history |
index 157ed85a79765d1400c89614109c502f17a6a7c3..a894c6062271c53b688830a3230d1c78fb561d70 100755 (executable)
{
echo "#!$SHELL_PATH"
- cat >dump <<'EOF'
+ cat <<'EOF'
perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1"
EOF
} >dump