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
@ -2022,7 +2022,7 @@ static int clean_index(const struct object_id *head, const struct object_id *rem
|
||||
if (merge_tree(remote_tree))
|
||||
return -1;
|
||||
|
||||
remove_branch_state();
|
||||
remove_branch_state(the_repository);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user