git-rebase--interactive.sh: use printf instead of echo to print commit message
commitd1c3b10f7ced34a607c50de8b5c271ce9cf764ea
authorBrandon Casey <drafnel@gmail.com>
Fri, 13 Aug 2010 20:47:35 +0000 (13 15:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Aug 2010 21:21:22 +0000 (13 14:21 -0700)
tree968bbf671511513c6ed94309910b2e8fad62b899
parent2d6ca6ef55226185b6a093f7fac27f5fecd51fe6
git-rebase--interactive.sh: use printf instead of echo to print commit message

Replace the echo statements that operate on $rest with printf's to restore
what was lost from 938791cd.  This avoids any mangling that XSI-conformant
echo's may introduce.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh