fix commands.h
This commit is contained in:
parent
fcc7869fb6
commit
3ec9d185b5
|
|
@ -391,4 +391,9 @@ cmake-build*/
|
|||
|
||||
build/
|
||||
|
||||
bin/
|
||||
bin/
|
||||
|
||||
CMakeCache.txt
|
||||
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@
|
|||
#include "init.h"
|
||||
#include "ls-tree.h"
|
||||
#include "write-tree.h"
|
||||
#include "commit-tree.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue