Merge branch 'mh/update-ref-batch-create-fix' into maint
[gitweb.git] / builtin / blame.c
index 9047b6ef4caa0aa5ca964cdfafdbc19985a3cb25..e44a6bb30a5a5299c6d57150dd2f23454b25891a 100644 (file)
@@ -1551,8 +1551,7 @@ static void assign_blame(struct scoreboard *sb, int opt)
                 */
                origin_incref(suspect);
                commit = suspect->commit;
-               if (!commit->object.parsed)
-                       parse_commit(commit);
+               parse_commit(commit);
                if (reverse ||
                    (!(commit->object.flags & UNINTERESTING) &&
                     !(revs->max_age != -1 && commit->date < revs->max_age)))