Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/remove-opt-boolean'
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 1407ae7eb291ab7c0d00984d18820c955703e17f..4916eb2bd26bed670aa3662e790abad9b336ebe3 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-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)))