git_push_options

Controls the behavior of a git_push object.

Members

Variables

callbacks
.git_remote_callbacks callbacks;

Callbacks to use for this push operation

custom_headers
libgit2_d.strarray.git_strarray custom_headers;

Extra headers for this push operation

pb_parallelism
uint pb_parallelism;

If the transport being used to push to the remote requires the creation of a pack file, this controls the number of worker threads used by the packbuilder when creating that pack file to be sent to the remote.

proxy_opts
libgit2_d.proxy.git_proxy_options proxy_opts;

Proxy options to use, by default no proxy is used.

version_
uint version_;
Undocumented in source.

Meta