Closed
Description
I have a project that would benefit from being able to make reachability queries using only commit-graph files, so I'm interested in adding support for reading commit-graph files to this project.
The README mentions commit graphs would be part of git-repository
, but commit graphs feel more like git-odb
's pack indices to me. In particular, I think it could share the fan-out and oid-bisect code from git-odb/pack/index
. The reachability code could still be in git-repository
.
So:
- Do you have a strong preference where commit graph I/O should go?
- I assume adding read-only support is acceptable for now. Is this correct?
Metadata
Metadata
Assignees
Labels
No labels