Fri, 31 Jan 2025 23:00:00 +0100
fix log not being captured from git
src/main.cpp | file | annotate | diff | comparison | revisions |
--- a/src/main.cpp Fri Jan 31 22:48:43 2025 +0100 +++ b/src/main.cpp Fri Jan 31 23:00:00 2025 +0100 @@ -202,7 +202,7 @@ heatmap.add(proc.output()); } else { proc.setbin(settings.git); - if (proc.exec({"log", + if (proc.exec_log({"log", "--since", std::format("{0}-01-01", year), "--until", std::format("{0}-12-31", year), "--format=tformat:%an <%ae>#%cs"})) {