| // This file is used for the ongoing refactoring of |
| // bringing the index or repository struct in all of |
| // our code base. |
| |
| @@ |
| @@ |
| ( |
| // pretty.h |
| - format_commit_message |
| + repo_format_commit_message |
| // packfile.h |
| | |
| - approximate_object_count |
| + repo_approximate_object_count |
| // promisor-remote.h |
| | |
| - promisor_remote_reinit |
| + repo_promisor_remote_reinit |
| | |
| - promisor_remote_find |
| + repo_promisor_remote_find |
| | |
| - has_promisor_remote |
| + repo_has_promisor_remote |
| // refs.h |
| | |
| - dwim_ref |
| + repo_dwim_ref |
| // rerere.h |
| | |
| - rerere |
| + repo_rerere |
| // revision.h |
| | |
| - init_revisions |
| + repo_init_revisions |
| ) |
| ( |
| + the_repository, |
| ...) |