From: Junio C Hamano Date: Wed, 4 Sep 2013 19:32:15 +0000 (-0700) Subject: Merge branch 'mm/no-shell-escape-in-die-message' X-Git-Tag: v1.8.5-rc0~189 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aaf4d399f4dcf2b841d9dab53612374bc877bb07 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" --- aaf4d399f4dcf2b841d9dab53612374bc877bb07