Commit 9da32a62 by Matt Burke

Add custom_headers to git_push_options

parent 24f5b4e1
...@@ -585,6 +585,11 @@ typedef struct { ...@@ -585,6 +585,11 @@ typedef struct {
* Callbacks to use for this push operation * Callbacks to use for this push operation
*/ */
git_remote_callbacks callbacks; git_remote_callbacks callbacks;
/**
* Extra headers for this push operation
*/
git_strarray custom_headers;
} git_push_options; } git_push_options;
#define GIT_PUSH_OPTIONS_VERSION 1 #define GIT_PUSH_OPTIONS_VERSION 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment