Add custom_headers to git_push_options
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 444fe52..a39e5a4 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