Skip to content

Commit

Permalink
Merge pull request #1751: Update Git to v2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee authored Aug 17, 2021
2 parents ab619f7 + 30ba580 commit 4a4e0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions GVFS/GVFS.FunctionalTests/Tools/ControlGitRepo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ public void Initialize()
GitProcess.Invoke(this.RootPath, "branch --set-upstream " + this.Commitish + " origin/" + this.Commitish);
GitProcess.Invoke(this.RootPath, "checkout " + this.Commitish);
GitProcess.Invoke(this.RootPath, "branch --unset-upstream");

// Enable the ORT merge strategy
GitProcess.Invoke(this.RootPath, "config pull.twohead ort");
}

public void Fetch(string commitish)
Expand Down
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
including taking version numbers 2.X.Y from upstream and updating .W if we have any
hotfixes to microsoft/git.
-->
<GitPackageVersion>2.20210701.3</GitPackageVersion>
<GitPackageVersion>2.20210817.4</GitPackageVersion>
<MinimumGitVersion>v2.31.0.vfs.0.1</MinimumGitVersion>
</PropertyGroup>

Expand Down

0 comments on commit 4a4e0aa

Please sign in to comment.