libgit2

git_attr_get_many

Version:

Lookup list of attributes for path, populating array of strings

Signature

int git_attr_get_many(git_repository *repo, const char *path, size_t num_attr, const char **names, const char **values);

Parameters

const char *
In
path
size_t
In
num_attr
const char **
In
names
const char **
In
values

Returns

int

Versions