]> git.ipfire.org Git - thirdparty/git.git/blob - contrib/coccinelle/the_repository.pending.cocci
cocci: apply the "refs.h" part of "the_repository.pending"
[thirdparty/git.git] / contrib / coccinelle / the_repository.pending.cocci
1 // This file is used for the ongoing refactoring of
2 // bringing the index or repository struct in all of
3 // our code base.
4
5 @@
6 @@
7 (
8 // rerere.h
9 - rerere
10 + repo_rerere
11 // revision.h
12 |
13 - init_revisions
14 + repo_init_revisions
15 )
16 (
17 + the_repository,
18 ...)