libgit2

GIT_SORT_TOPOLOGICAL

Version:

Sort the repository contents in topological order (parents before children); this sorting mode can be combined with time sorting.

Signature

#define GIT_SORT_TOPOLOGICAL (1 << 0)

Versions