diff --git a/GVFS/GVFS.Build/GVFS.props b/GVFS/GVFS.Build/GVFS.props index 34ff89e778..b9467c2c1a 100644 --- a/GVFS/GVFS.Build/GVFS.props +++ b/GVFS/GVFS.Build/GVFS.props @@ -3,7 +3,7 @@ 0.2.173.2 - 2.20181129.1 + 2.20181211.5 diff --git a/GVFS/GVFS/CommandLine/GVFSVerb.cs b/GVFS/GVFS/CommandLine/GVFSVerb.cs index 8335c7f4d7..9c84433d7e 100644 --- a/GVFS/GVFS/CommandLine/GVFSVerb.cs +++ b/GVFS/GVFS/CommandLine/GVFSVerb.cs @@ -130,7 +130,6 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment) { "merge.renames", "false" }, { "pack.useBitmaps", "false" }, { "receive.autogc", "false" }, - { "reset.quiet", "true" }, { "status.deserializePath", gitStatusCachePath }, };