Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- git-am.sh | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/git-am.sh b/git-am.sh index 6d1848b..578780b 100755 --- a/git-am.sh +++ b/git-am.sh @@ -44,11 +44,7 @@ else fi sq () { - for sqarg - do - printf "%s" "$sqarg" | - sed -e 's/'\''/'\''\\'\'''\''/g' -e 's/.*/ '\''&'\''/' - done + git rev-parse --sq-quote "$@" } stop_here () { -- 1.6.3.rc1.112.g17e25 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html