Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3301: abstract away SHA-1-specific constants
[gitweb.git]
/
builtin
/
revert.c
diff --git
a/builtin/revert.c
b/builtin/revert.c
index 5dc5891ea2a262125641f94b4e175b0e09afee46..f61cc5d82cf2697583b5851893ba4076f96643a5 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')