dlibgit ~master (2015-12-01T17:37:05Z)
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_wrap_odb
initRepository
structs
FetchHeadItem
GitRepo
MergeHeadItem
A single item in the list of the FETCH_HEAD file.