afe27c8894
Apply the part of "the_repository.pending.cocci" pertaining to "packfile.h". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
33 lines
474 B
Plaintext
33 lines
474 B
Plaintext
// This file is used for the ongoing refactoring of
|
|
// bringing the index or repository struct in all of
|
|
// our code base.
|
|
|
|
@@
|
|
@@
|
|
(
|
|
// 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
|
|
|
|
|
- rerere
|
|
+ repo_rerere
|
|
// revision.h
|
|
|
|
|
- init_revisions
|
|
+ repo_init_revisions
|
|
)
|
|
(
|
|
+ the_repository,
|
|
...)
|