libgit2

git_attr_get

Version:

Lookup attribute for path returning string caller must free

Signature

int git_attr_get(git_repository *repo, const char *path, const char *name, const char **value);

Parameters

const char *
In
path
const char *
In
name
const char **
In
value

Returns

int

Versions