dlibgit v0.50.2 (2014-02-28T21:52:46Z)
Dub
Repo
GitCloneOptions
git
clone
struct
GitCloneOptions {
uint
version_
;
GitCheckoutOptions
checkoutOptions
;
bool
cloneBare
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
TransferCallbackDelegate
fetchProgessCallback
;
string
remoteName
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
string
pushURL
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
string
fetchSpec
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
string
pushSpec
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
GitCredAcquireDelegate
credAcquireCallback
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
GitTransportFlags
transportFlags
;
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
GitRemoteAutotagOption
remoteAutotag
;
string
checkoutBranch
;
}
Members
Variables
checkoutBranch
string
checkoutBranch
;
Undocumented in source.
checkoutOptions
GitCheckoutOptions
checkoutOptions
;
Undocumented in source.
cloneBare
bool
cloneBare
;
Undocumented in source.
credAcquireCallback
GitCredAcquireDelegate
credAcquireCallback
;
Undocumented in source.
fetchProgessCallback
TransferCallbackDelegate
fetchProgessCallback
;
Undocumented in source.
fetchSpec
string
fetchSpec
;
Undocumented in source.
pushSpec
string
pushSpec
;
Undocumented in source.
pushURL
string
pushURL
;
Undocumented in source.
remoteAutotag
GitRemoteAutotagOption
remoteAutotag
;
Undocumented in source.
remoteName
string
remoteName
;
Undocumented in source.
transportFlags
GitTransportFlags
transportFlags
;
Undocumented in source.
version_
uint
version_
;
Undocumented in source.
Meta
Source
See Implementation
git
clone
functions
cCredAcquireCallback
cFetchProgessCallback
cloneRepo
structs
GitCloneOptions