Home
last modified time | relevance | path

Searched refs:commit_graft_table (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dcommit.c111 const struct commit_graft * const *commit_graft_table = table; in commit_graft_oid_access() local
112 return &commit_graft_table[index]->oid; in commit_graft_oid_access()
/dports/devel/git-p4/git-2.34.1/
H A Dcommit.c111 const struct commit_graft * const *commit_graft_table = table;
112 return &commit_graft_table[index]->oid;
/dports/devel/git/git-2.34.1/
H A Dcommit.c111 const struct commit_graft * const *commit_graft_table = table; in commit_graft_oid_access() local
112 return &commit_graft_table[index]->oid; in commit_graft_oid_access()
/dports/devel/git-gui/git-2.34.1/
H A Dcommit.c111 const struct commit_graft * const *commit_graft_table = table; in commit_graft_oid_access() local
112 return &commit_graft_table[index]->oid; in commit_graft_oid_access()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit.c111 const struct commit_graft * const *commit_graft_table = table; in commit_graft_oid_access() local
112 return &commit_graft_table[index]->oid; in commit_graft_oid_access()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit.c109 struct commit_graft **commit_graft_table = table; in commit_graft_sha1_access() local
110 return commit_graft_table[index]->oid.hash; in commit_graft_sha1_access()