(ref git.Reference)
| 35 | RequestPath(oid git.OID, objectType string) *Path |
| 36 | ForgetPath(p *Path) |
| 37 | RecordReference(ref git.Reference) |
| 38 | RecordTreeEntry(oid git.OID, name string, childOID git.OID) |
| 39 | RecordCommit(oid, tree git.OID) |
| 40 | RecordTag(oid git.OID, tag *git.Tag) |