Commit f8f3feb0d3e98542b6f7a4ac214a65e7f9950d5b

Carlos Martín Nieto 2011-06-21T02:13:51

Add a to-do list for remotes Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 8edb743..ccc1305 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -5,6 +5,14 @@
 #include "git2/repository.h"
 #include "git2/refspec.h"
 
+/*
+ * TODO: This functions still need to be implemented:
+ * - _listcb/_foreach
+ * - _add
+ * - _rename
+ * - _del (needs support from config)
+ */
+
 /**
  * Get the information for a particular remote
  *