We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public enum Local
automatic
case automatic
Auto-detect (default), libgit2 will bypass the git-aware
transport for local paths, but use a normal fetch for
file:// urls.
file://
yes
Bypass the git-aware transport even for a file:// url.
case yes(useHardLinks: Bool = true)
no
Do no bypass the git-aware transport
case no
rawValue
var rawValue: git_clone_local_t