diff -r 43a1ba0e11e3 -r 5177d8af5536 src/settings.h --- a/src/settings.h Wed Feb 25 22:32:55 2026 +0100 +++ b/src/settings.h Wed Feb 25 22:33:46 2026 +0100 @@ -37,6 +37,7 @@ struct settings { std::string hg{"/usr/bin/hg"}; std::string git{"/usr/bin/git"}; + std::string csv_path{}; std::vector paths; std::vector authors; std::unordered_map authormap; @@ -46,6 +47,7 @@ bool separate = false; bool fragment = false; bool styles_and_script = false; + bool csv = false; unsigned char fragment_indent = 0; unsigned short year = settings_current_year;