Enumeration
GgitProxyType
since: 1.0
Members
GGIT_PROXY_NONE
-
Do not attempt to connect through a proxy.
- Value:
0
- Nickname:
none
- Available since: 1.0
- Value:
GGIT_PROXY_AUTO
-
Try to auto-detect the proxy from the git configuration.
- Value:
1
- Nickname:
auto
- Available since: 1.0
- Value:
GGIT_PROXY_SPECIFIED
-
Connect via the URL given in the options.
- Value:
2
- Nickname:
specified
- Available since: 1.0
- Value: