Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gc: config option for running --auto in background
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 9047b6ef4caa0aa5ca964cdfafdbc19985a3cb25..e44a6bb30a5a5299c6d57150dd2f23454b25891a 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)))