aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-log.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui-log.c b/ui-log.c
index a4dc707..4573255 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -141,9 +141,7 @@ static int show_commit(struct commit *commit, struct rev_info *revs)
/* When we get here we have precisely one parent. */
parent = parents->item;
- /* If we can't parse the commit, let print_commit() report an error. */
- if (parse_commit(parent))
- return 1;
+ parse_commit(parent);
files = 0;
add_lines = 0;