diff options
| -rw-r--r-- | include/git2/remote.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 444fe5276..a39e5a415 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -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 |
