Enumeration

GgitProxyType

since: 1.0

Declaration

enum Ggit.ProxyType

Description [src]

The type of proxy to use.

Available since: 1.0

Members

GGIT_PROXY_NONE

Do not attempt to connect through a proxy.

  • Value: 0
  • Nickname: none
  • Available since: 1.0
GGIT_PROXY_AUTO

Try to auto-detect the proxy from the git configuration.

  • Value: 1
  • Nickname: auto
  • Available since: 1.0
GGIT_PROXY_SPECIFIED

Connect via the URL given in the options.

  • Value: 2
  • Nickname: specified
  • Available since: 1.0