/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'ra/cherry-pick-revert-skip'
[git/git.git]
/
builtin
/
revert.c
diff --git
a/builtin/revert.c
b/builtin/revert.c
index
5dc5891
..
f61cc5d
100644
(file)
--- a/
builtin/revert.c
+++ b/
builtin/revert.c
@@
-206,7
+206,7
@@
static int run_sequencer(int argc, const char **argv, struct replay_opts *opts)
if (cmd == 'q') {
int ret = sequencer_remove_state(opts);
if (!ret)
- remove_branch_state(the_repository);
+ remove_branch_state(the_repository
, 0
);
return ret;
}
if (cmd == 'c')