Skip to content

Commit 5bf2222

Browse files
committed
Introduce DiffTarget enumeration
1 parent 91a1121 commit 5bf2222

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

LibGit2Sharp/DiffTarget.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace LibGit2Sharp
2+
{
3+
public enum DiffTarget
4+
{
5+
Index,
6+
}
7+
}

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<Compile Include="Core\Handles\TreeEntrySafeHandle.cs" />
7878
<Compile Include="DetachedHead.cs" />
7979
<Compile Include="Diff.cs" />
80+
<Compile Include="DiffTarget.cs" />
8081
<Compile Include="TreeChanges.cs" />
8182
<Compile Include="TreeEntryChanges.cs" />
8283
<Compile Include="LibGit2Exception.cs" />

0 commit comments

Comments
 (0)