From ca8d14bf09d9f863b0b3246cd6805a4ea9e571af Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 7 Nov 2025 15:17:04 +0100 Subject: Making repo clean for testing --- run_and_record/c++/git.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'run_and_record') diff --git a/run_and_record/c++/git.hpp b/run_and_record/c++/git.hpp index c145e01..7b1dd8f 100644 --- a/run_and_record/c++/git.hpp +++ b/run_and_record/c++/git.hpp @@ -10,6 +10,7 @@ namespace kel { saw::error_or> is_clean_git_repo(){ saw::data git_data; + git_libgit2_init(); git_repository *repo = nullptr; { int error = git_repository_open_ext(&repo, ".", 0, nullptr); -- cgit v1.2.3