Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
assume parse_commit checks for NULL commit
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 079dcd3407881ce0ea988c3f487faf8ca6d3e5d2..4d254665094322196e6dbb8a3da3009b4b3966db 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-1554,8
+1554,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)))