author | Brandon Casey <drafnel@gmail.com> | |
Fri, 13 Aug 2010 20:47:35 +0000 (15:47 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 Aug 2010 21:21:22 +0000 (14:21 -0700) | ||
commit | d1c3b10f7ced34a607c50de8b5c271ce9cf764ea | |
tree | 968bbf671511513c6ed94309910b2e8fad62b899 | tree | snapshot |
parent | 2d6ca6ef55226185b6a093f7fac27f5fecd51fe6 | commit | 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>
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 | diff | blob | history |