From f8f3feb0d3e98542b6f7a4ac214a65e7f9950d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Tue, 21 Jun 2011 02:13:51 +0200 Subject: [PATCH] Add a to-do list for remotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín Nieto --- include/git2/remote.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 *