From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> This is for consistency with the files backend. Signed-off-by: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> --- refs/debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/refs/debug.c b/refs/debug.c index cf6ad36fbb0..136cfd7c700 100644 --- a/refs/debug.c +++ b/refs/debug.c @@ -26,6 +26,7 @@ struct ref_store *maybe_debug_wrap_ref_store(const char *gitdir, struct ref_stor be_copy->name = store->be->name; trace_printf_key(&trace_refs, "ref_store for %s\n", gitdir); res->refs = store; + res->base.repo = store->repo; base_ref_store_init((struct ref_store *)res, be_copy); return (struct ref_store *)res; } -- gitgitgadget