change order of commits in log from most recent to old to applied order

This commit is contained in:
Hiltjo Posthuma
2019-02-07 21:00:06 +01:00
parent 583c44395c
commit 3fbef5c9b0
4 changed files with 4 additions and 7 deletions

View File

@@ -105,7 +105,6 @@ writelog(FILE *fp)
git_revwalk_new(&w, repo);
git_revwalk_push_head(w);
git_revwalk_sorting(w, GIT_SORT_TIME);
git_revwalk_simplify_first_parent(w);
if (git_revwalk_next(&id, w) ||