Skip to content

worktree: initialize refdb via ref backends

Patrick Steinhardt requested to merge pks-worktree-init-refdb-via-backends into master

This merge request refactors initialization of per-worktree refdbs so that they are initialized by the ref backend instead of doing this manually. This removes some code duplication and ensures that the refdb has full control over how the on-disk data structures look like.

Closes #242 (closed).

Edited by Patrick Steinhardt

Merge request reports

Loading