diff -r 586dcd606e47 -r 3d2720f95cfb src/html.h
--- a/src/html.h Sat Jun 28 11:32:08 2025 +0200
+++ b/src/html.h Tue Jul 15 19:14:29 2025 +0200
@@ -49,7 +49,7 @@
void row_begin(unsigned int row);
void row_end();
void cell_out_of_range();
- void cell(std::chrono::year_month_day ymd, const fm::commits &commits = {});
+ void cell(std::chrono::year_month_day ymd, bool hide_repo_names = false, const fm::commits &commits = {});
}