git_repository_fetchhead_foreach_cb

Callback used to iterate over each FETCH_HEAD entry

@see git_repository_fetchhead_foreach

extern (C) nothrow @nogc
alias git_repository_fetchhead_foreach_cb = int function
(
const(char)* ref_name
,
const(char)* remote_url
,,,
void* payload
)

Return Value

non-zero to terminate the iteration

Meta