]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/refspec.c
Add a remotes API
authorCarlos Martín Nieto <carlos@cmartin.tk>
Fri, 17 Jun 2011 16:13:14 +0000 (18:13 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Sun, 26 Jun 2011 16:18:10 +0000 (18:18 +0200)
commit9c82357be74bc5404038ec3c16706b1805843556
tree6ac361b40e1629136527c4da0427bc1cf213d00d
parent0b10c9ea6ef5d85d862edd044d96561c4fd16e9b
Add a remotes API

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
include/git2.h
include/git2/branch.h [new file with mode: 0644]
include/git2/refspec.h [new file with mode: 0644]
include/git2/remote.h [new file with mode: 0644]
include/git2/types.h
src/refspec.c [new file with mode: 0644]
src/refspec.h [new file with mode: 0644]
src/remote.c [new file with mode: 0644]
src/remote.h [new file with mode: 0644]