--- a/src/html.h Fri Feb 06 16:23:50 2026 +0100 +++ b/src/html.h Fri Feb 06 18:44:47 2026 +0100 @@ -45,7 +45,7 @@ void chart_end(); void heading_repo(const std::string& repo); void heading_author(const std::string& author, unsigned int total_commits); - void table_begin(std::chrono::year y, const std::array<unsigned int, 12> &commits_per_month); + void table_begin(std::chrono::year y, bool hide_repo_names, const std::array<fm::commit_summary, 12> &commits_per_month); void table_end(); void row_begin(unsigned int row); void row_end();