libgit2

git_config_backend_memory_options

Version:

Options for in-memory configuration backends.

Signature

typedef struct git_config_backend_memory_options { unsigned int version const char *backend_type const char *origin_path };

Members

unsigned int
version
const char *
backend_type

The type of this backend (eg, "command line"). If this is NULL, then this will be "in-memory".

const char *
origin_path

The path to the origin; if this is NULL then it will be left unset in the resulting configuration entries.

Parameter To

Versions