pub fn list_commits( root: &Path, limit: usize, all: bool, ) -> Result<Vec<CommitSummary>, String>
Newest-first commit list (git log --all when all is true).
git log --all
all