deimos.git2.remote

Undocumented in source.

Members

Aliases

git_push_negotiation
alias git_push_negotiation = int function(const(git_push_update)** updates, size_t len, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_push_transfer_progress
alias git_push_transfer_progress = int function(uint current, uint total, size_t bytes, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

git_push_init_options
int git_push_init_options(git_push_options* opts, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_add_fetch
int git_remote_add_fetch(git_repository* repo, const(char)* remote, 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_remote_add_push
int git_remote_add_push(git_repository* repo, const(char)* remote, 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_remote_autotag
git_remote_autotag_option_t git_remote_autotag(const(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_remote_connect
int git_remote_connect(git_remote* remote, git_direction direction, const(git_remote_callbacks)* callbacks, const(git_proxy_options)* proxy_opts, const(git_strarray)* custom_headers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_connected
int git_remote_connected(const(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_remote_create
int git_remote_create(git_remote** out_, git_repository* repo, const(char)* name, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_create_anonymous
int git_remote_create_anonymous(git_remote** out_, git_repository* repo, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_create_with_fetchspec
int git_remote_create_with_fetchspec(git_remote** out_, git_repository* repo, const(char)* name, const(char)* url, const(char)* fetch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_default_branch
int git_remote_default_branch(git_buf* 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_remote_delete
int git_remote_delete(git_repository* repo, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_disconnect
void git_remote_disconnect(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_remote_download
int git_remote_download(git_remote* remote, const(git_strarray)* refspecs, const(git_fetch_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_remote_dup
int git_remote_dup(git_remote** dest, git_remote* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_fetch
int git_remote_fetch(git_remote* remote, const(git_strarray)* refspecs, const(git_fetch_options)* opts, const(char)* reflog_message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_free
void git_remote_free(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_remote_get_fetch_refspecs
int git_remote_get_fetch_refspecs(git_strarray* array, const(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_remote_get_push_refspecs
int git_remote_get_push_refspecs(git_strarray* array, const(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_remote_get_refspec
const(git_refspec)* git_remote_get_refspec(const(git_remote)* remote, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_init_callbacks
int git_remote_init_callbacks(git_remote_callbacks* opts, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_is_valid_name
int git_remote_is_valid_name(const(char)* remote_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_list
int git_remote_list(git_strarray* out_, git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_lookup
int git_remote_lookup(git_remote** out_, git_repository* repo, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_ls
int git_remote_ls(const(git_remote_head)*** out_, size_t* size, 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_remote_name
const(char)* git_remote_name(const(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_remote_owner
git_repository* git_remote_owner(const(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_remote_prune
int git_remote_prune(git_remote* remote, const(git_remote_callbacks)* callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_prune_refs
int git_remote_prune_refs(const(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_remote_push
int git_remote_push(git_remote* remote, const(git_strarray)* refspecs, 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_remote_pushurl
const(char)* git_remote_pushurl(const(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_remote_refspec_count
size_t git_remote_refspec_count(const(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_remote_rename
int git_remote_rename(git_strarray* problems, git_repository* repo, const(char)* name, const(char)* new_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_set_autotag
int git_remote_set_autotag(git_repository* repo, const(char)* remote, git_remote_autotag_option_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_set_pushurl
int git_remote_set_pushurl(git_repository* repo, const(char)* remote, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_set_url
int git_remote_set_url(git_repository* repo, const(char)* remote, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_stats
const(git_transfer_progress)* git_remote_stats(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_remote_stop
void git_remote_stop(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_remote_update_tips
int git_remote_update_tips(git_remote* remote, const(git_remote_callbacks)* callbacks, int update_fetchhead, git_remote_autotag_option_t download_tags, const(char)* reflog_message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_upload
int git_remote_upload(git_remote* remote, const(git_strarray)* refspecs, 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_remote_url
const(char)* git_remote_url(const(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.

Manifest constants

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

Mixins

__anonymous
mixin _ExportEnumMembers!git_remote_completion_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_fetch_prune_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_remote_autotag_option_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_fetch_options
struct git_fetch_options
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
struct git_push_update
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_callbacks
struct git_remote_callbacks
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

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

Meta