From: Junio C Hamano Date: Wed, 18 Sep 2013 18:59:50 +0000 (-0700) Subject: Merge branch 'mm/no-shell-escape-in-die-message' into maint X-Git-Tag: v1.8.4.1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b25b9d5939b9ae35a728e1dbdc3a0fea03c79c4d;p=git 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" --- b25b9d5939b9ae35a728e1dbdc3a0fea03c79c4d