aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-01-24 02:44:22 -0800
committertenox <as@tenoware.com>2017-01-24 02:44:22 -0800
commit0f382c4f6939ae20f9c56d69b738b4b6f9962902 (patch)
tree65e615b7ff68d762d10251a1c6457cedc001d8c9
parent12b28b3289c87b5fc9f27b837d3641b4e5d1cf11 (diff)
downloadwfm-0f382c4f6939ae20f9c56d69b738b4b6f9962902.tar.gz
initial commit
-rw-r--r--git.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/git.c b/git.c
index 3e729db..0217a3c 100644
--- a/git.c
+++ b/git.c
@@ -1,9 +1,6 @@
//
// File Version Control with GIT
//
-
-// TODO: recursive delete
-
#ifdef WFMGIT
#include <git2.h>
#include "wfm.h"