Skip to content

Commit

Permalink
Merge pull request #65: Use core.gvfs
Browse files Browse the repository at this point in the history
This was fallout from #38.

See #64 for more discussion on the future of this setting.
  • Loading branch information
derrickstolee authored Aug 16, 2019
2 parents ff33779 + ce7fde4 commit 607dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scalar/CommandLine/ScalarVerb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment)
{ "core.autocrlf", "false" },
{ "core.commitGraph", "true" },
{ "core.fscache", "true" },
{ "core.scalar", "true" },
{ "core.gvfs", "true" },
{ "core.multiPackIndex", "true" },
{ "core.preloadIndex", "true" },
{ "core.safecrlf", "false" },
Expand Down

0 comments on commit 607dd0f

Please sign in to comment.