]> git.proxmox.com Git - libgit2.git/commit
Add git_remote_set_{fetch,push}spec()
authorCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 20 Feb 2012 17:37:07 +0000 (18:37 +0100)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 20 Feb 2012 17:42:05 +0000 (18:42 +0100)
commitbcb8c007f149da6d31a6c17c179f6f89ce823d2e
treeb36c1c99846ec4c5930a83fea3e7afc49729c31a
parent555c81f3356b8166c09f887450eac008b221cdc3
Add git_remote_set_{fetch,push}spec()

Allow setting the fetch and push refspecs, which is useful for
creating new refspecs.
include/git2/remote.h
src/remote.c
tests-clar/network/remotes.c