Skip to content

GarbageCollect RPC writes commit graph and enables via config

Paul Okstad (ex-GitLab) requested to merge po_commit_graph into master

The GarbageCollect RPC now writes the commit graph to speed up commit graph traversal. The RPC also enables the commit graph usage by modifying the repo's configuration via the git config core.commitGraph true command.

Closes #1627 (closed)

Merge request reports