cocci: apply the "revision.h" part of "the_repository.pending"

Apply the part of "the_repository.pending.cocci" pertaining to
"revision.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:
Ævar Arnfjörð Bjarmason
2023-03-28 15:58:56 +02:00
committed by Junio C Hamano
parent b26a71b1be
commit 035c7de9e9
8 changed files with 12 additions and 25 deletions

View File

@ -113,6 +113,10 @@
|
- rerere
+ repo_rerere
// revision.h
|
- init_revisions
+ repo_init_revisions
)
(
+ the_repository,

View File

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