git-rebase--interactive.sh: use printf instead of echo to print commit message
authorBrandon Casey <redacted>
Fri, 13 Aug 2010 20:47:35 +0000 (15:47 -0500)
committerJunio C Hamano <redacted>
Fri, 13 Aug 2010 21:21:22 +0000 (14:21 -0700)
commitd1c3b10f7ced34a607c50de8b5c271ce9cf764ea
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase--interactive.sh
git clone https://git.99rst.org/PROJECT