libgit2

git_attr_foreach

Version:

Perform an operation on each attribute of a path.

Signature

int git_attr_foreach(git_repository *repo, const char *path, int (*)(const char *, const char *, void *) callback, void *payload);

Parameters

const char *
In
path
int (*)(const char *, const char *, void *)
In
callback
void *
In
payload

Returns

int

Versions