travis-ci: run tests with '-x' tracing
[gitweb.git] / builtin / am.c
index 6e6abb05cd51965bfe159bd45124b283112e6c9c..6661edc162b770d40c62f3a03b7c0e59cb47ca51 100644 (file)
@@ -1061,7 +1061,7 @@ static void am_setup(struct am_state *state, enum patch_format patch_format,
        }
        write_state_text(state, "scissors", str);
 
-       sq_quote_argv(&sb, state->git_apply_opts.argv, 0);
+       sq_quote_argv(&sb, state->git_apply_opts.argv);
        write_state_text(state, "apply-opt", sb.buf);
 
        if (state->rebasing)