Welcome to mirror list, hosted at ThFree Co, Russian Federation.

the_repository.pending.cocci « coccinelle « contrib - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1190a3312bd7f499ed5df66ac1c170f7e43b54ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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,
  ...)