libgit2

git_status_cb

Version:

Function pointer to receive status on individual files

path is the relative path to the file from the root of the repository.

status_flags is a combination of git_status_t values that apply.

payload is the value you passed to the foreach function as payload.

Signature

typedef int git_status_cb(const char *, unsigned int , void *);

Parameters

const char *
In
unsigned int
In
void *
In

Parameter To

Versions