1 // This file is used for the ongoing refactoring of
2 // bringing the index or repository struct in all of
11 + repo_read_object_file(the_repository,
18 + repo_has_sha1_file(the_repository,
25 - has_sha1_file_with_flags(
26 + repo_has_sha1_file_with_flags(the_repository,
33 + repo_has_object_file(the_repository,
40 - has_object_file_with_flags(
41 + repo_has_object_file_with_flags(the_repository,
49 - parse_commit_internal(
50 + repo_parse_commit_internal(the_repository,
57 - parse_commit_gently(
58 + repo_parse_commit_gently(the_repository,
65 + repo_parse_commit(the_repository,