mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 06:24:19 +00:00
refdb: Proper namespace root
This commit is contained in:
parent
758e50c51e
commit
2ba55c1f0d
@ -1011,7 +1011,7 @@ int git_refdb_backend_fs(
|
||||
|
||||
git_buf_puts(&path, repository->path_repository);
|
||||
if (repository->namespace != NULL)
|
||||
git_buf_printf(&path, "refs/%s/", repository->namespace);
|
||||
git_buf_printf(&path, "refs/namespaces/%s/", repository->namespace);
|
||||
|
||||
backend->path = git_buf_detach(&path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user