deimos.git2.remote

Undocumented in source.

Members

Aliases

git_remote_rename_problem_cb
alias git_remote_rename_problem_cb = int function(const(char)* problematic_refspec, 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_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_remote_add_fetch
int git_remote_add_fetch(git_remote* 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_remote* 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(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_check_cert
void git_remote_check_cert(git_remote* remote, int check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_remote_clear_refspecs
void git_remote_clear_refspecs(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)
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(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_inmemory
int git_remote_create_inmemory(git_remote** out_, git_repository* repo, const(char)* fetch, 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_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)
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)
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, 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, 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(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_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_load
int git_remote_load(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_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(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_remote* remote, const(char)* new_name, git_remote_rename_problem_cb callback, 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_remote_save
int git_remote_save(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_set_autotag
void git_remote_set_autotag(git_remote* 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_callbacks
int git_remote_set_callbacks(git_remote* remote, 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_set_fetch_refspecs
int git_remote_set_fetch_refspecs(git_remote* remote, git_strarray* array)
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_push_refspecs
int git_remote_set_push_refspecs(git_remote* remote, git_strarray* array)
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_remote* 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_transport
int git_remote_set_transport(git_remote* remote, git_transport* transport)
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_update_fetchhead
void git_remote_set_update_fetchhead(git_remote* remote, int 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_url
int git_remote_set_url(git_remote* 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_supported_url
int git_remote_supported_url(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_update_fetchhead
int git_remote_update_fetchhead(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)
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.
git_remote_valid_url
int git_remote_valid_url(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.

Manifest constants

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_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_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_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