Commit 2ba55c1f by Vicent Marti

refdb: Proper namespace root

parent 758e50c5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment