Constant git2::SORT_REVERSE []

pub const SORT_REVERSE: Sort = Sort{bits: raw::GIT_SORT_REVERSE as u32,}

Iterate through the repository contents in reverse order.

This sorting mode can be combined with any others.