add weak git integration

This commit is contained in:
2025-11-22 10:22:26 -05:00
parent fc2e477665
commit 54db089b71
9 changed files with 58 additions and 10 deletions

6
git.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GIT_H_
#define GIT_H_
int ginit();
#endif /* GIT_H_ */