mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Add a to-do list for remotes
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
This commit is contained in:
parent
a030ae5020
commit
f8f3feb0d3
@ -5,6 +5,14 @@
|
|||||||
#include "git2/repository.h"
|
#include "git2/repository.h"
|
||||||
#include "git2/refspec.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
|
* Get the information for a particular remote
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user