mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 06:04:44 +00:00
Add custom_headers to git_push_options
This commit is contained in:
parent
24f5b4e155
commit
9da32a6255
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user