summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-06-21 02:13:51 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2011-06-26 18:18:11 +0200
commitf8f3feb0d3e98542b6f7a4ac214a65e7f9950d5b (patch)
tree6947be1838e200bda76a8004195178107b9fb3dd
parenta030ae502056998c5ac3e19abfcd9591d315febc (diff)
downloadlibgit2-f8f3feb0d3e98542b6f7a4ac214a65e7f9950d5b.tar.gz
Add a to-do list for remotes
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
-rw-r--r--include/git2/remote.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 8edb743d8..ccc130578 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
*