cocci: apply the "commit-reach.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to "commit-reach.h". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
d850b7a545
commit
cb338c23d6
2
remote.c
2
remote.c
@ -2662,7 +2662,7 @@ static int is_reachable_in_reflog(const char *local, const struct ref *remote)
|
||||
if (MERGE_BASES_BATCH_SIZE < size)
|
||||
size = MERGE_BASES_BATCH_SIZE;
|
||||
|
||||
if ((ret = in_merge_bases_many(commit, size, chunk)))
|
||||
if ((ret = repo_in_merge_bases_many(the_repository, commit, size, chunk)))
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user