]> git.armaanb.net Git - stagit.git/blobdiff - src/stagit-index.c
do not simplify the history by first-parent
[stagit.git] / src / stagit-index.c
index e226b0d1e1a122f30b599b844c810cfca24fe926..407d7fb7252b76f83d03a615f5007c006d8362a0 100644 (file)
@@ -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)) {