Merge branch 'mm/no-shell-escape-in-die-message'
commitaaf4d399f4dcf2b841d9dab53612374bc877bb07
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 19:32:15 +0000 (4 12:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 19:32:16 +0000 (4 12:32 -0700)
treef2d7b026b9e90ed5468ca8c541a7255be69f682c
parentde5412bc13cd4e3b86f2e4dba7d2cced18d524b4
parent89b0230a20e435c02effafd3de16bb105d652505
Merge branch 'mm/no-shell-escape-in-die-message'

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"