diff -r bae9922f4681 -r 857af79337d5 src/html.h
--- 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 &commits_per_month);
+ void table_begin(std::chrono::year y, bool hide_repo_names, const std::array &commits_per_month);
void table_end();
void row_begin(unsigned int row);
void row_end();