commit ff7c4d82c988b29ccdebc81c5bd48dc4d595400b from: Stefan Sperling date: Thu Sep 20 12:49:32 2018 UTC remove now inaccurate comment commit - eac0d6b486b8524272cd70df01961ad91a7ebec8 commit + ff7c4d82c988b29ccdebc81c5bd48dc4d595400b blob - f9740d33a0d97e263919385f8efadc692818af53 blob + e933e1676c8daad16a0b9fd52b089237e97c9e44 --- lib/blame.c +++ lib/blame.c @@ -334,7 +334,6 @@ blame_open(struct got_blame **blamep, const char *path goto done; } - /* Loop over first-parent history and try to blame commits. */ err = got_commit_graph_open(&graph, start_commit_id, path, 0, repo); if (err) return err;