dlibgit ~libgit_version_agnostic (2022-01-17T09:26:03.8719689)
Dub
Repo
FetchHeadItem
git
repository
A single item in the list of the
FETCH_HEAD
file.
struct
FetchHeadItem {
const
(
char
)[]
refName
;
const
(
char
)[]
remoteURL
;
GitOid
oid
;
bool
isMerge
;
}
Members
Variables
isMerge
bool
isMerge
;
oid
GitOid
oid
;
refName
const
(
char
)[]
refName
;
remoteURL
const
(
char
)[]
remoteURL
;
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
A single item in the list of the FETCH_HEAD file.