diff --git a/Scalar.Common/Maintenance/ConfigStep.cs b/Scalar.Common/Maintenance/ConfigStep.cs index beb6a192bc..994fc2b397 100644 --- a/Scalar.Common/Maintenance/ConfigStep.cs +++ b/Scalar.Common/Maintenance/ConfigStep.cs @@ -154,6 +154,7 @@ public bool TrySetConfig(out string error) Dictionary optionalSettings = new Dictionary { { "status.aheadbehind", "false" }, + { "commitGraph.generationVersion", "1" }, { "core.autocrlf", "false" }, { "core.safecrlf", "false" }, { "core.repositoryFormatVersion", "1" },