aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.c
diff options
context:
space:
mode:
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 11a6017..84785a9 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -101,7 +101,6 @@ writelog(FILE *fp)
git_revwalk_new(&w, repo);
git_revwalk_push_head(w);
- git_revwalk_simplify_first_parent(w);
if (git_revwalk_next(&id, w) ||
git_commit_lookup(&commit, repo, &id)) {