git_status_cb

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.

extern (C) nothrow @nogc
alias git_status_cb = int function
(
const(char)* path
,,
void* payload
)

Meta