Options for bypassing the git-aware transport on clone. Bypassing it means that instead of a fetch, libgit2 will copy the object database directory instead of figuring out what it needs, which is faster. If possible, it will hardlink the files to save space.
Auto-detect (default), libgit2 will bypass the git-aware transport for local paths, but use a normal fetch for file://
urls.
Bypass the git-aware transport even for a file://
url.
Do no bypass the git-aware transport
Bypass the git-aware transport, but do not try to use hardlinks.