src/html.h

changeset 56
3d2720f95cfb
parent 54
586dcd606e47
--- 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 = {});
 
 }
 

mercurial