set_local


Description:

public void set_local (CloneLocal local)

Set setting for bypassing the git-aware transport when cloning.

The default auto setting bypasses the git-aware transport for local paths, but use a normal fetch for file:// URIs.

Parameters:

this

a CloneOptions.

local

the local clone setting.