(p *Path)
| 34 | type PathResolver interface { |
| 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) |