Raw
1 // Fully migrated "the_repository" additions
2 @@
3 @@
4 (
5 // TODO: remove the rules below and the macros from tree.h after the
6 // next Git release.
7 - parse_tree
8 + repo_parse_tree
9 |
10 - parse_tree_gently
11 + repo_parse_tree_gently
12 |
13 - parse_tree_indirect
14 + repo_parse_tree_indirect
15 )
16 (
17 + the_repository,
18 ...)