git_revwalk_reset

Reset the revision walker for reuse.

This will clear all the pushed and hidden commits, and leave the walker in a blank state (just like at creation) ready to receive new commit pushes and start a new walk.

The revision walk is automatically reset when a walk is over.

@param walker handle to reset. @return 0 or an error code

extern (C) nothrow @nogc
int
git_revwalk_reset

Meta