Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Explicitly said 'LibGet2Sharp.Index' to avoid confusion with System.I…
…ndex (build failed on Linux)
  • Loading branch information
erikbra committed Oct 2, 2019
commit f480a3ac17b2f2fbaf7d4a0a4afee39121c954c4
2 changes: 1 addition & 1 deletion src/GitVersionCore.Tests/Mocks/MockRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void RevParse(string revision, out Reference reference, out GitObject obj

public Branch Head { get; set; }
public LibGit2Sharp.Configuration Config { get; set; }
public Index Index { get; set; }
public LibGit2Sharp.Index Index { get; set; }
public ReferenceCollection Refs { get; set; }

public IQueryableCommitLog Commits
Expand Down