From 3ec9d185b5f6c9fd2f16eaef435c006b163b340f Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Fri, 2 Jan 2026 10:25:55 -0500 Subject: [PATCH] fix commands.h --- .gitignore | 7 ++++++- include/commands.h | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a874f4f..fd3ee94 100644 --- a/.gitignore +++ b/.gitignore @@ -391,4 +391,9 @@ cmake-build*/ build/ -bin/ \ No newline at end of file +bin/ + +CMakeCache.txt + +CMakeFiles/ +cmake_install.cmake diff --git a/include/commands.h b/include/commands.h index 285408e..12729c1 100644 --- a/include/commands.h +++ b/include/commands.h @@ -5,3 +5,4 @@ #include "init.h" #include "ls-tree.h" #include "write-tree.h" +#include "commit-tree.h"