libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_push_transfer_progress_cb
libgit2
remote
Push network progress notification function
extern (
C
) nothrow @
nogc
public
alias
git_push_transfer_progress_cb
=
int
function
(
uint
current
,
uint
total
,
size_t
bytes
,
void
*
payload
)
Meta
Source
See Implementation
libgit2
remote
aliases
git_push_negotiation
git_push_transfer_progress_cb
git_push_update_reference_cb
git_remote_ready_cb
git_url_resolve_cb
enums
GIT_FETCH_PRUNE_UNSPECIFIED
GIT_REMOTE_COMPLETION_DOWNLOAD
GIT_REMOTE_CREATE_SKIP_INSTEADOF
GIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED
GIT_REMOTE_REDIRECT_NONE
git_fetch_prune_t
git_remote_autotag_option_t
git_remote_completion_t
git_remote_create_flags
git_remote_redirect_t
functions
GIT_FETCH_OPTIONS_INIT
GIT_PUSH_OPTIONS_INIT
GIT_REMOTE_CALLBACKS_INIT
GIT_REMOTE_CONNECT_OPTIONS_INIT
GIT_REMOTE_CREATE_OPTIONS_INIT
git_fetch_options_init
git_push_options_init
git_remote_add_fetch
git_remote_add_push
git_remote_autotag
git_remote_connect
git_remote_connect_ext
git_remote_connect_options_init
git_remote_connected
git_remote_create
git_remote_create_anonymous
git_remote_create_detached
git_remote_create_options_init
git_remote_create_with_fetchspec
git_remote_create_with_opts
git_remote_default_branch
git_remote_delete
git_remote_disconnect
git_remote_download
git_remote_dup
git_remote_fetch
git_remote_free
git_remote_get_fetch_refspecs
git_remote_get_push_refspecs
git_remote_get_refspec
git_remote_init_callbacks
git_remote_list
git_remote_lookup
git_remote_ls
git_remote_name
git_remote_name_is_valid
git_remote_owner
git_remote_prune
git_remote_prune_refs
git_remote_push
git_remote_pushurl
git_remote_refspec_count
git_remote_rename
git_remote_set_autotag
git_remote_set_instance_pushurl
git_remote_set_instance_url
git_remote_set_pushurl
git_remote_set_url
git_remote_stats
git_remote_stop
git_remote_update_tips
git_remote_upload
git_remote_url
manifest constants
GIT_FETCH_OPTIONS_VERSION
GIT_PUSH_OPTIONS_VERSION
GIT_REMOTE_CALLBACKS_VERSION
GIT_REMOTE_CONNECT_OPTIONS_VERSION
GIT_REMOTE_CREATE_OPTIONS_VERSION
structs
git_fetch_options
git_push_options
git_push_update
git_remote_callbacks
git_remote_connect_options
git_remote_create_options
Push network progress notification function