diff --git a/bin/git-pull-request b/bin/git-pull-request index 72e8a9d..bfd4475 100755 --- a/bin/git-pull-request +++ b/bin/git-pull-request @@ -14,13 +14,17 @@ abort() { # json() { + local title="${1//\"/\\\"}" + local body="${2//\"/\\\"}" + local head="${3//\"/\\\"}" + local base="${4//\"/\\\"}" cat <