git-commit-vandalism/contrib/coccinelle/the_repository.pending.cocci
Ævar Arnfjörð Bjarmason 12cb1c10a6 cocci: apply the "refs.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to
"refs.h".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-03-28 07:36:46 -07:00

19 lines
253 B
Plaintext

// This file is used for the ongoing refactoring of
// bringing the index or repository struct in all of
// our code base.
@@
@@
(
// rerere.h
- rerere
+ repo_rerere
// revision.h
|
- init_revisions
+ repo_init_revisions
)
(
+ the_repository,
...)