Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase --keep-empty: always use interactive rebase
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index acfe9d3c8cd6dbd8362c17d55dc036ce6682ce8a..5bdd2d75781076636f93800520e9ed161295724f 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-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)