Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Repository_Clone_Local

mattt edited this page Aug 19, 2020 · 1 revision

Repository.Clone.Local

public enum Local

Enumeration Cases

automatic

case automatic
  • Auto-detect (default), libgit2 will bypass the git-aware

  • transport for local paths, but use a normal fetch for

  • file:​// urls.

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

Properties

rawValue

var rawValue:​ git_clone_local_t
Clone this wiki locally