summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-12 19:17:55 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-12 19:17:55 -0400
commit2e0d9a036ef6f27faa726dc5a2e4e6e2631c4619 (patch)
treef7ea0d706099832091fec1e13bfcff6332b2333b /git.h
parentc5afd11c47aa7bc0a64a6e54345e50ae690218ef (diff)
Start work on the git related code.
Diffstat (limited to 'git.h')
-rw-r--r--git.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.h b/git.h
new file mode 100644
index 0000000..0c63ee9
--- /dev/null
+++ b/git.h
@@ -0,0 +1,4 @@
+#ifndef GIT_H
+#define GIT_H
+
+#endif