Skip to content

Commit

Permalink
Update Git to vfs-2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee committed Dec 11, 2018
1 parent 2fc0a49 commit 538ffd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.20181129.1</GitPackageVersion>
<GitPackageVersion>2.20181211.5</GitPackageVersion>
</PropertyGroup>

<PropertyGroup Label="DefaultSettings">
Expand Down
1 change: 0 additions & 1 deletion GVFS/GVFS/CommandLine/GVFSVerb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
};

Expand Down

0 comments on commit 538ffd7

Please sign in to comment.