libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_checkout_notify_cb
libgit2_d
checkout
Checkout notification callback function
extern (
C
) nothrow @
nogc
alias
git_checkout_notify_cb
=
int
function
(
.
git_checkout_notify_t
why
,
const
(
char
)*
path
,
const
(
libgit2_d.diff.git_diff_file
)*
baseline
,
const
(
libgit2_d.diff.git_diff_file
)*
target
,
const
(
libgit2_d.diff.git_diff_file
)*
workdir
,
void
*
payload
)
Meta
Source
See Implementation
libgit2_d
checkout
aliases
git_checkout_notify_cb
git_checkout_perfdata_cb
git_checkout_progress_cb
enums
git_checkout_notify_t
git_checkout_strategy_t
functions
GIT_CHECKOUT_OPTIONS_INIT
git_checkout_head
git_checkout_index
git_checkout_options_init
git_checkout_tree
manifest constants
GIT_CHECKOUT_OPTIONS_VERSION
structs
git_checkout_options
git_checkout_perfdata
Checkout notification callback function