Add custom_headers to git_push_options

This commit is contained in:
Matt Burke 2015-09-08 10:18:54 -04:00
parent 24f5b4e155
commit 9da32a6255

View File

@ -585,6 +585,11 @@ typedef struct {
* Callbacks to use for this push operation
*/
git_remote_callbacks callbacks;
/**
* Extra headers for this push operation
*/
git_strarray custom_headers;
} git_push_options;
#define GIT_PUSH_OPTIONS_VERSION 1