Merge branch 'xz/send-email-batch-size'
[gitweb.git] / git-rebase--interactive.sh
index 81c5b42875771ab98ca86e718e14a5a393aa1a86..637bb3ecd5bd25222b725c10619cd3a078fd95b4 100644 (file)
@@ -396,7 +396,7 @@ pick_one_preserving_merges () {
                                        --sq-quote "$gpg_sign_opt")} \
                                $allow_rerere_autoupdate "$merge_args" \
                                "$strategy_args" \
-                               -m $(git rev-parse --sq-quote "$msg_content") \
+                               -m "$(git rev-parse --sq-quote "$msg_content")" \
                                "$new_parents"
                        then
                                printf "%s\n" "$msg_content" > "$GIT_DIR"/MERGE_MSG