]> git.proxmox.com Git - libgit2.git/commit - include/git2/remote.h
remotes: change git_remote_new's signature
authorCarlos Martín Nieto <carlos@cmartin.tk>
Thu, 3 May 2012 18:25:56 +0000 (20:25 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Tue, 8 May 2012 19:36:40 +0000 (21:36 +0200)
commitbaaa8a447ed6da152038770805464485d5d7bb21
treee8e9a43b92d031153a4e8a2df21e51c6b945512b
parenta209a025c642498f1fa1aecf91ce9e9504d0d419
remotes: change git_remote_new's signature

Add a fetch refspec arguemnt and make the arguments (name, url,
refspec), as that order makes more sense.
examples/network/fetch.c
examples/network/ls-remote.c
include/git2/remote.h
src/remote.c
tests-clar/network/remotelocal.c
tests-clar/network/remotes.c