git_status_list_new

Gather file status information and populate the git_status_list.

Note that if a pathspec is given in the git_status_options to filter the status, then the results from rename detection (if you enable it) may not be accurate. To do rename detection properly, this must be called with no pathspec so that all files can be considered.

@param out_ Pointer to store the status results in @param repo Repository object @param opts Status options structure @return 0 on success or error code

extern (C) nothrow @nogc
int
git_status_list_new

Meta