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 9c97dcd commit 9a90a75Copy full SHA for 9a90a75
LibGit2Sharp/Core/GitConfigEntry.cs
@@ -8,6 +8,7 @@ internal unsafe struct GitConfigEntry
8
{
9
public char* namePtr;
10
public char* valuePtr;
11
+ public uint include_depth;
12
public uint level;
13
public void* freePtr;
14
public void* payloadPtr;
0 commit comments