summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuang Li <yuangli@uk-yuangli-l.dhcp.mathworks.com>2022-06-27 16:31:22 +0100
committerYuang Li <yuangli@uk-yuangli-l.dhcp.mathworks.com>2022-06-27 16:31:22 +0100
commitc4cd9a54b83700bd9166a78af3986df0e42e1e92 (patch)
treefa12b68942813af1d2fcbdaabb1daca6a0a98c0b
parentad5635525131b3435a6dffab29eae439e932f2cd (diff)
downloadlibgit2-c4cd9a54b83700bd9166a78af3986df0e42e1e92.tar.gz
correct naming of feature flag
-rw-r--r--src/grafts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grafts.c b/src/grafts.c
index 94bbf7de2..0ffe4677a 100644
--- a/src/grafts.c
+++ b/src/grafts.c
@@ -11,7 +11,7 @@
#include "oidarray.h"
#include "parse.h"
-bool git_cache__enabled = true;
+bool git_shallow__enabled = true;
struct git_grafts {
/* Map of `git_commit_graft`s */