12cb1c10a6
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>
19 lines
253 B
Plaintext
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,
|
|
...)
|