dlibgit v0.50.2 (2014-02-28T21:52:46Z)
Dub
Repo
isGitCredential
git
credentials
Check if type
T
is one of the supported git credential types.
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
template
isGitCredential (
T
) {
version(GIT_SSH)
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
enum
bool
isGitCredential
;
version(!GIT_SSH)
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
enum
bool
isGitCredential
;
}
Members
Variables
isGitCredential
enum
bool
isGitCredential
;
Undocumented in source.
isGitCredential
enum
bool
isGitCredential
;
Undocumented in source.
Meta
Source
See Implementation
git
credentials
aliases
GitCredAcquireDelegate
enums
GitCredType
functions
getCredKeyFilePassPhrase
getCredPlainText
getCredPublicKey
structs
GitCred
GitCred_KeyFilePassPhrase
GitCred_PlainText
GitCred_PublicKey
templates
isGitCredential
Check if type T is one of the supported git credential types.