]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: return problem refspecs instead of using a callback
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Jun 2014 14:33:54 +0000 (16:33 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Jun 2014 19:43:04 +0000 (21:43 +0200)
commit72bca13e5d0d421da7992f029e275d950c864105
tree4ddc73e8770e136cc2e4d28bfbf472cedcb2cf1f
parent61dcfe1400a5ff1cf4dc805795cb72657c524906
remote: return problem refspecs instead of using a callback

There is no reason why we need to use a callback here. A string array
fits better with the usage, as this is not an event and we don't need
anything from the user.
include/git2/remote.h
src/remote.c
tests/network/remote/rename.c
tests/submodule/add.c