record the git repo

This commit is contained in:
2024-09-13 18:44:13 -05:00
committed by Celtic Minstrel
parent c371aac84b
commit 640492a428
3 changed files with 5 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ bool init_action_log(std::string command, std::string file) {
root_element.SetAttribute("SHA", GIT_REVISION);
root_element.SetAttribute("Tag", GIT_TAG);
root_element.SetAttribute("Status", GIT_STATUS);
root_element.SetAttribute("Repo", GIT_REPO);
log_document.InsertEndChild(root_element);
log_document.SaveFile(log_file);
recording = true;