(oid git.OID, objectType string)
| 33 | // would otherwise continue consuming memory. |
| 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) |