mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to "promisor-remote.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
afe27c8894
commit
a5183d7696
@@ -95,6 +95,16 @@
|
||||
|
|
||||
- approximate_object_count
|
||||
+ repo_approximate_object_count
|
||||
// promisor-remote.h
|
||||
|
|
||||
- promisor_remote_reinit
|
||||
+ repo_promisor_remote_reinit
|
||||
|
|
||||
- promisor_remote_find
|
||||
+ repo_promisor_remote_find
|
||||
|
|
||||
- has_promisor_remote
|
||||
+ repo_has_promisor_remote
|
||||
)
|
||||
(
|
||||
+ the_repository,
|
||||
|
||||
@@ -5,17 +5,7 @@
|
||||
@@
|
||||
@@
|
||||
(
|
||||
// promisor-remote.h
|
||||
- promisor_remote_reinit
|
||||
+ repo_promisor_remote_reinit
|
||||
|
|
||||
- promisor_remote_find
|
||||
+ repo_promisor_remote_find
|
||||
|
|
||||
- has_promisor_remote
|
||||
+ repo_has_promisor_remote
|
||||
// refs.h
|
||||
|
|
||||
- dwim_ref
|
||||
+ repo_dwim_ref
|
||||
// rerere.h
|
||||
|
||||
Reference in New Issue
Block a user