git_revwalk_sorting

Change the sorting mode when iterating through the repository's contents.

Changing the sorting mode resets the walker.

@param walk the walker being used for the traversal. @param sort_mode combination of GIT_SORT_XXX flags @return 0 or an error code

extern (C) nothrow @nogc
int
git_revwalk_sorting

Meta