created 'git' header & source files

This commit is contained in:
Václav Šmejkal 2022-06-11 16:26:49 +02:00
parent 306150e8ed
commit a911cef259
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19
2 changed files with 6 additions and 0 deletions

6
include/git.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef WHY2_GIT_H
#define WHY2_GIT_H
#endif

0
src/lib/git.c Normal file
View File