Constant git2::SORT_NONE []

pub const SORT_NONE: Sort = Sort{bits: raw::GIT_SORT_NONE as u32,}

Sort the repository contents in no particular ordering.

This sorting is arbitrary, implementation-specific, and subject to change at any time. This is the default sorting for new walkers.