Skip to content

Commit 9a90a75

Browse files
committed
GitConfigEntry: add include_depth
Add the `include_depth` field to mirror the libgit2 addition.
1 parent 9c97dcd commit 9a90a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/Core/GitConfigEntry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ internal unsafe struct GitConfigEntry
88
{
99
public char* namePtr;
1010
public char* valuePtr;
11+
public uint include_depth;
1112
public uint level;
1213
public void* freePtr;
1314
public void* payloadPtr;

0 commit comments

Comments
 (0)