rev-list: disable --use-bitmap-index when pruning commits
[gitweb.git] / builtin / blame.c
index 6a284ce46b4f3b46a47d033fca607cae710806bc..eefd6bc2e1576cf9a113fbeac11945458899c110 100644 (file)
@@ -2041,7 +2041,6 @@ static struct commit *fake_working_tree_commit(struct diff_options *opt,
        commit = alloc_commit_node();
        commit->object.parsed = 1;
        commit->date = now;
-       commit->object.type = OBJ_COMMIT;
        parent_tail = &commit->parents;
 
        if (!resolve_ref_unsafe("HEAD", head_sha1, 1, NULL))