Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jh/partial-clone' into next
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index e617c2018d22b6d389548a3573d2deb2ec608b99..70ce6e7041d77d2a274783cb57ddfa196ad0cd71 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-1251,6
+1251,11
@@
static int git_default_core_config(const char *var, const char *value)
return 0;
}
+ if (!strcmp(var, "core.partialclonefilter")) {
+ return git_config_string(&core_partial_clone_filter_default,
+ var, value);
+ }
+
/* Add other config variables here and to Documentation/config.txt. */
return 0;
}