Skip to content

Commit f8c944b

Browse files
committed
Merge pull request #1233 from golsby/1217-push-opts-custom-headers
Add CustomHeaders member to GitPushOptions
2 parents 28f1bbc + 5ede10f commit f8c944b

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)