fix commands.h

This commit is contained in:
Joseph Aquino 2026-01-02 10:25:55 -05:00
parent fcc7869fb6
commit 3ec9d185b5
2 changed files with 7 additions and 1 deletions

7
.gitignore vendored
View File

@ -391,4 +391,9 @@ cmake-build*/
build/ build/
bin/ bin/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

View File

@ -5,3 +5,4 @@
#include "init.h" #include "init.h"
#include "ls-tree.h" #include "ls-tree.h"
#include "write-tree.h" #include "write-tree.h"
#include "commit-tree.h"