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 *