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-Url: http://git.99rst.org/?a=commitdiff_plain;h=aaf4d399f4dcf2b841d9dab53612374bc877bb07;p=git.git 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