branch.c: remove the_repository reference
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
69d2cfe6e8
commit
4edce1729a
@@ -195,7 +195,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();
|
||||
remove_branch_state(the_repository);
|
||||
return ret;
|
||||
}
|
||||
if (cmd == 'c')
|
||||
|
||||
Reference in New Issue
Block a user