dlibgit ~libgit_version_agnostic (2022-01-17T09:26:03.8719689)
Dub
Repo
FetchHeadDelegate
git
repository
The function or delegate type that
walkFetchHead
can take as the callback.
alias
FetchHeadDelegate
=
ContinueWalk
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_config
git_repository_head
git_repository_index
git_repository_init_ext
git_repository_odb
git_repository_open_bare
git_repository_refdb
git_repository_wrap_odb
initRepo
manifest constants
GIT_REPOSITORY_INIT_OPTIONS_VERSION
_baseTestDir
_testRepo
structs
FetchHeadItem
GitRepo
MergeHeadItem
git_repository_init_options
variables
GIT_REPOSITORY_INIT_OPTIONS_INIT
_userRepo
The function or delegate type that walkFetchHead can take as the callback.