git_config_backend.lock

Lock this backend.

Prevent any writes to the data store backing this backend. Any updates must not be visible to any other readers.

struct git_config_backend
int function(.git_config_backend*) lock;

Meta