Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-12-12 02:50:27 +0400
committernulltoken <emeric.fermas@gmail.com>2013-12-12 02:50:27 +0400
commitd7879b018678b5cdae9e1c0ca88eba7e7bdd0464 (patch)
tree473de3f35c0bc435b35aaded20827e996e22a683 /LibGit2Sharp.Tests
parent01d105c7b8f479bb99556ae814dfd8e9dacb571f (diff)
Rename CommitFilter.FirstParent to FirstParentOnly
Diffstat (limited to 'LibGit2Sharp.Tests')
-rw-r--r--LibGit2Sharp.Tests/CommitFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp.Tests/CommitFixture.cs b/LibGit2Sharp.Tests/CommitFixture.cs
index 33a781eb..f060ee0c 100644
--- a/LibGit2Sharp.Tests/CommitFixture.cs
+++ b/LibGit2Sharp.Tests/CommitFixture.cs
@@ -180,7 +180,7 @@ namespace LibGit2Sharp.Tests
public void CanSimplifyByFirstParent()
{
AssertEnumerationOfCommits(
- repo => new CommitFilter { Since = repo.Head, FirstParent = true },
+ repo => new CommitFilter { Since = repo.Head, FirstParentOnly = true },
new[]
{
"4c062a6", "be3563a", "9fd738e",