We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a1121 commit 5bf2222Copy full SHA for 5bf2222
LibGit2Sharp/DiffTarget.cs
@@ -0,0 +1,7 @@
1
+namespace LibGit2Sharp
2
+{
3
+ public enum DiffTarget
4
+ {
5
+ Index,
6
+ }
7
+}
LibGit2Sharp/LibGit2Sharp.csproj
@@ -77,6 +77,7 @@
77
<Compile Include="Core\Handles\TreeEntrySafeHandle.cs" />
78
<Compile Include="DetachedHead.cs" />
79
<Compile Include="Diff.cs" />
80
+ <Compile Include="DiffTarget.cs" />
81
<Compile Include="TreeChanges.cs" />
82
<Compile Include="TreeEntryChanges.cs" />
83
<Compile Include="LibGit2Exception.cs" />
0 commit comments