Thread (1 message) 1 message, 1 author, 2020-05-13

Re: [PATCH v13 11/13] Reftable support for git-core

From: Junio C Hamano <hidden>
Date: 2020-05-13 19:55:39

"Han-Wen Nienhuys via GitGitGadget" [off-list ref] writes:
quoted hunk
diff --git a/builtin/clone.c b/builtin/clone.c
index cb48a291caf..4d0cf065e4a 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -1108,7 +1108,8 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
 		}
 	}
 
-	init_db(git_dir, real_git_dir, option_template, GIT_HASH_UNKNOWN, INIT_DB_QUIET);
+	init_db(git_dir, real_git_dir, option_template, GIT_HASH_UNKNOWN,
+		DEFAULT_REF_STORAGE, INIT_DB_QUIET);
Where does this symbol come from?

In addition, this will be overwritten in a later step to
default_ref_storage(); perhaps in this step we should use that
instead from the beginning?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help