]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.c
commit-graph: add repo arg to graph readers
[thirdparty/git.git] / config.c
index 139c903f6b3f1f35f2a443ebcd8b09b74ffcb7b5..3aacddfec4b9dd1a066af099ff018001bfb95d19 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1309,11 +1309,6 @@ static int git_default_core_config(const char *var, const char *value)
                return 0;
        }
 
-       if (!strcmp(var, "core.commitgraph")) {
-               core_commit_graph = git_config_bool(var, value);
-               return 0;
-       }
-
        if (!strcmp(var, "core.sparsecheckout")) {
                core_apply_sparse_checkout = git_config_bool(var, value);
                return 0;