]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.c
Merge branch 'jk/abort-clone-with-existing-dest' into maint
[thirdparty/git.git] / repository.c
index 998413b8bb8deaddef76d93f67be4a1435c9e3a7..f66fcb13425ab53e15ca47407e7c54be5dcdfc8b 100644 (file)
@@ -5,7 +5,7 @@
 
 /* The main repository */
 static struct repository the_repo = {
-       NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, NULL, 0, 0
+       NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, &hash_algos[GIT_HASH_SHA1], 0, 0
 };
 struct repository *the_repository = &the_repo;