Skip to content

Commit

Permalink
Merge pull request #1626: Update Git to v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee committed Jan 17, 2020
2 parents 1aec263 + c5ffa8c commit 611423a
Show file tree
Hide file tree
Showing 2 changed files with 3 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.20191217.3</GitPackageVersion>
<GitPackageVersion>2.20200116.1</GitPackageVersion>
</PropertyGroup>

<PropertyGroup Label="DefaultSettings">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public void LockToPreventDelete_SingleFile()
"HEAD detached at " + OldCommitId,
"Untracked files:",
TestParentFolderName + "/LockToPreventDelete/" + testFile1Name);

testFile1Path.ShouldBeAFile(this.fileSystem).WithContents(testFile1Contents);
}

this.GitCleanFile(TestParentFolderName + "/LockToPreventDelete/" + testFile1Name);
Expand Down

0 comments on commit 611423a

Please sign in to comment.