Constant git2::SORT_TOPOLOGICAL []

pub const SORT_TOPOLOGICAL: Sort = Sort{bits: raw::GIT_SORT_TOPOLOGICAL as u32,}

Sort the repository contents in topological order (parents before children).

This sorting mode can be combined with time sorting.