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:

committed by
Junio C Hamano

parent
b26a71b1be
commit
035c7de9e9
@ -113,6 +113,10 @@
|
||||
|
|
||||
- rerere
|
||||
+ repo_rerere
|
||||
// revision.h
|
||||
|
|
||||
- init_revisions
|
||||
+ repo_init_revisions
|
||||
)
|
||||
(
|
||||
+ the_repository,
|
||||
|
@ -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,
|
||||
...)
|
Reference in New Issue
Block a user