Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: keep most #include sorted
[gitweb.git]
/
builtin
/
revert.c
diff --git
a/builtin/revert.c
b/builtin/revert.c
index a47b53ceaff92d4079b4ea73a61ce1552ad66b05..ebf2789225bf4973d03302dc58ce7fddd76c4eeb 100644
(file)
--- a/
builtin/revert.c
+++ b/
builtin/revert.c
@@
-196,7
+196,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')