commit | d1c3b10f7ced34a607c50de8b5c271ce9cf764ea | [log] [tgz] |
---|---|---|
author | Brandon Casey <drafnel@gmail.com> | Fri Aug 13 15:47:35 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Aug 13 14:21:22 2010 -0700 |
tree | 968bbf671511513c6ed94309910b2e8fad62b899 | |
parent | 2d6ca6ef55226185b6a093f7fac27f5fecd51fe6 [diff] |
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>