change order of commits in log from most recent to old to applied order
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user