From 627186f0a8e3fcc1546c850654939b9e0ccd75fd Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Fri, 19 Mar 2021 09:33:17 -0400 Subject: [PATCH 1/2] Config: commitGraph.generationVersion=1 Signed-off-by: Derrick Stolee --- GVFS/GVFS/CommandLine/GVFSVerb.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GVFS/GVFS/CommandLine/GVFSVerb.cs b/GVFS/GVFS/CommandLine/GVFSVerb.cs index 8d681e7d0..4e140a726 100644 --- a/GVFS/GVFS/CommandLine/GVFSVerb.cs +++ b/GVFS/GVFS/CommandLine/GVFSVerb.cs @@ -306,6 +306,9 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment) // global config of "status.submoduleSummary=true" from causing // extreme slowness in "git status" { "status.submoduleSummary", "false" }, + + // Generation number v2 isn't ready for full use. Wait for v3. + { "commitGraph.generationVersion", "1" }, }; if (!TrySetConfig(enlistment, requiredSettings, isRequired: true)) From 28507321b6d3924bb17d92341148f7dffbcc2ee3 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Tue, 23 Mar 2021 09:33:42 -0400 Subject: [PATCH 2/2] Update Git to include commitGraph.generationVersion config Signed-off-by: Derrick Stolee --- GVFS/GVFS.Build/GVFS.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GVFS/GVFS.Build/GVFS.props b/GVFS/GVFS.Build/GVFS.props index 6445360bb..fec1183cb 100644 --- a/GVFS/GVFS.Build/GVFS.props +++ b/GVFS/GVFS.Build/GVFS.props @@ -3,7 +3,7 @@ 0.2.173.2 - 2.20210114.2 + 2.20210322.1