We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab221e commit 7213263Copy full SHA for 7213263
repo-settings.c
@@ -22,7 +22,7 @@ void prepare_repo_settings(struct repository *r)
22
UPDATE_DEFAULT_BOOL(r->settings.core_commit_graph, 1);
23
UPDATE_DEFAULT_BOOL(r->settings.gc_write_commit_graph, 1);
24
25
- if (!repo_config_get_bool(r, "index.version", &value))
+ if (!repo_config_get_int(r, "index.version", &value))
26
r->settings.index_version = value;
27
if (!repo_config_get_maybe_bool(r, "core.untrackedcache", &value)) {
28
if (value == 0)
0 commit comments