Merge branch 'mm/no-shell-escape-in-die-message' into maint
commitb25b9d5939b9ae35a728e1dbdc3a0fea03c79c4d
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:59:50 +0000 (18 11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:59:51 +0000 (18 11:59 -0700)
treedb8338dc222d1cb5a16a5488f0f0b3ef694a8625
parentdd42145b1e953fe579778c13a3ad34aa59aa95fe
parent89b0230a20e435c02effafd3de16bb105d652505
Merge branch 'mm/no-shell-escape-in-die-message' into maint

Fixes a minor bug in "git rebase -i" (there could be others, as the
root cause is pretty generic) where the code feeds a random, data
dependeant string to 'echo' and expects it to come out literally.

* mm/no-shell-escape-in-die-message:
  die_with_status: use "printf '%s\n'", not "echo"