Skip to content

Commit

Permalink
Merge pull request #1726: Config: commitGraph.generationVersion=1
Browse files Browse the repository at this point in the history
See microsoft/scalar#492 for a similar change.
  • Loading branch information
derrickstolee authored Mar 24, 2021
2 parents b79035b + 2850732 commit 3f859ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GVFS/GVFS.Build/GVFS.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup Label="Parameters">
<GVFSVersion>0.2.173.2</GVFSVersion>
<GitPackageVersion>2.20210114.2</GitPackageVersion>
<GitPackageVersion>2.20210322.1</GitPackageVersion>
</PropertyGroup>

<PropertyGroup Label="DefaultSettings">
Expand Down
3 changes: 3 additions & 0 deletions GVFS/GVFS/CommandLine/GVFSVerb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3f859ea

Please sign in to comment.