aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2019-02-07 21:00:06 +0100
committerHiltjo Posthuma <[email protected]>2019-02-16 21:17:45 +0100
commit3fbef5c9b0dee2106537a6718e2380eaa6e27f15 (patch)
treed39a2c8590b1bedc2f49088aa3979f8c4693f820 /stagit-index.c
parent583c44395ccc0e052c8db5217bd51fc21f7ffbb7 (diff)
downloadstagit-3fbef5c9b0dee2106537a6718e2380eaa6e27f15.tar.gz
stagit-3fbef5c9b0dee2106537a6718e2380eaa6e27f15.zip
change order of commits in log from most recent to old to applied order
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index ab47e48..accb1a5 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -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) ||