X-Git-Url: http://git.armaanb.net/?a=blobdiff_plain;f=src%2Fstagit-index.c;h=407d7fb7252b76f83d03a615f5007c006d8362a0;hb=HEAD;hp=e226b0d1e1a122f30b599b844c810cfca24fe926;hpb=287c6e5621b6d8edcf8434cf70c6040941b0cb38;p=stagit.git diff --git a/src/stagit-index.c b/src/stagit-index.c index e226b0d..407d7fb 100644 --- a/src/stagit-index.c +++ b/src/stagit-index.c @@ -136,7 +136,6 @@ writelog(char *path) 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)) {