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.
2 parents 28f1bbc + 5ede10f commit f8c944bCopy full SHA for f8c944b
LibGit2Sharp/Core/GitPushOptions.cs
@@ -8,5 +8,6 @@ internal class GitPushOptions
8
public int Version = 1;
9
public int PackbuilderDegreeOfParallelism;
10
public GitRemoteCallbacks RemoteCallbacks;
11
+ public GitStrArrayManaged CustomHeaders;
12
}
13
0 commit comments