git-commit-vandalism/contrib/coccinelle/the_repository.pending.cocci

19 lines
253 B
Plaintext
Raw Normal View History

// 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,
...)