Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: silence stash apply
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 907319d08945dc54d2fe710f0d8f5e9213b4bb35..245624682239daa79a7a5d65913b319532a33671 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-1898,6
+1898,8
@@
static int apply_autostash(struct replay_opts *opts)
strbuf_trim(&stash_sha1);
child.git_cmd = 1;
+ child.no_stdout = 1;
+ child.no_stderr = 1;
argv_array_push(&child.args, "stash");
argv_array_push(&child.args, "apply");
argv_array_push(&child.args, stash_sha1.buf);