Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ede10f

Browse files
golsbypearswj
authored andcommitted
Add CustomHeaders member to GitPushOptions
Fix #1217 Matches underlying c struct for marshalling
1 parent 28f1bbc commit 5ede10f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/Core/GitPushOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ internal class GitPushOptions
88
public int Version = 1;
99
public int PackbuilderDegreeOfParallelism;
1010
public GitRemoteCallbacks RemoteCallbacks;
11+
public GitStrArrayManaged CustomHeaders;
1112
}
1213
}

0 commit comments

Comments
 (0)