dlibgit ~master (2015-12-01T17:37:05Z)
Dub
Repo
FetchHeadDelegate
git
repository
The function or delegate type that
walkFetchHead
can take as the callback.
alias
FetchHeadFunction
=
ContinueWalk
function
(
in
char
[]
refName
,
in
char
[]
remoteURL
,
GitOid
oid
,
bool
isMerge
)
alias
FetchHeadDelegate
=
ContinueWalk
delegate
(
in
char
[]
refName
,
in
char
[]
remoteURL
,
GitOid
oid
,
bool
isMerge
)
alias
FetchHeadDelegate
=
ContinueWalk
delegate
(
in
char
[]
refName
,
in
char
[]
remoteURL
,
GitOid
oid
,
bool
isMerge
)
alias
FetchHeadOpApply
=
int
delegate
(
in
char
[]
refName
,
in
char
[]
remoteURL
,
GitOid
oid
,
bool
isMerge
)
Meta
Source
See Implementation
git
repository
aliases
FetchHeadDelegate
FetchHeadFunction
FetchHeadOpApply
MergeHeadDelegate
MergeHeadFunction
MergeHeadOpApply
enums
AcrossFS
OpenBare
RepoState
UpdateGitlink
functions
discoverRepo
git_repository_wrap_odb
initRepository
structs
FetchHeadItem
GitRepo
MergeHeadItem
The function or delegate type that walkFetchHead can take as the callback.