commit eac0d6b486b8524272cd70df01961ad91a7ebec8 from: Stefan Sperling date: Thu Sep 20 12:48:53 2018 UTC remove obsolete TODO comment commit - 293f6400907ccfd03922756d5f2b6449afeada89 commit + eac0d6b486b8524272cd70df01961ad91a7ebec8 blob - f801c050482a7b68f7052588f27d6151cc4cd72c blob + f9740d33a0d97e263919385f8efadc692818af53 --- lib/blame.c +++ lib/blame.c @@ -335,7 +335,6 @@ blame_open(struct got_blame **blamep, const char *path } /* Loop over first-parent history and try to blame commits. */ - /* TODO: Iterate commits via commit graph instead. */ err = got_commit_graph_open(&graph, start_commit_id, path, 0, repo); if (err) return err;