]> git.proxmox.com Git - libgit2.git/commit
Add git_remote_new
authorCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 22 Aug 2011 13:43:57 +0000 (15:43 +0200)
committerVicent Marti <tanoku@gmail.com>
Tue, 30 Aug 2011 17:37:14 +0000 (19:37 +0200)
commit778e1c739b1c9e06d5b3e3d5c965f4a63d40881f
treeb8912267df7d6957e67660416e2526882b2f7563
parentb5a8aa94bf144d77a922074c7dad38afcf0a6d24
Add git_remote_new

As we no longer expose the transport functions, this is now the only
way to connect to a remote when given an URL instead of a remote name

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
include/git2/remote.h
src/remote.c