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 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))