Constant git2::SORT_TIME []

pub const SORT_TIME: Sort = Sort{bits: raw::GIT_SORT_TIME as u32,}

Sort the repository contents by commit time.

This sorting mode can be combined with topological sorting.