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

5
.gitignore vendored
View File

@ -392,3 +392,8 @@ cmake-build*/
build/
bin/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

View File

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