mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-23 03:45:32 +00:00
The refdb_fs_backend is not aware of the git commondir, which stores common objects like the o bject database and packed/loose refereensces when worktrees are used. Make refdb_fs_backend aware of the common directory by introducing a new commonpath variable that points to the actual common path of the database and using it instead of the gitdir for the mentioned objects. |
||
|---|---|---|
| .. | ||
| open.c | ||
| refs.c | ||
| worktree_helpers.c | ||
| worktree_helpers.h | ||