git2.push

Undocumented in source.

Members

Functions

git_push_add_refspec
int git_push_add_refspec(git_push* push, const(char)* refspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_finish
int git_push_finish(git_push* push)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_free
void git_push_free(git_push* push)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_new
int git_push_new(git_push** out_, git_remote* remote)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_set_options
int git_push_set_options(git_push* push, const(git_push_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_status_foreach
int git_push_status_foreach(git_push* push, int function(const(char)* ref_, const(char)* msg, void* data) cb, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_unpack_ok
int git_push_unpack_ok(git_push* push)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_update_tips
int git_push_update_tips(git_push* push)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GIT_PUSH_OPTIONS_VERSION
enum GIT_PUSH_OPTIONS_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_push_options
struct git_push_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

GIT_PUSH_OPTIONS_INIT
enum git_push_options GIT_PUSH_OPTIONS_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta