]> git.proxmox.com Git - libgit2.git/commit
Add user-from-url param to auth callback
authorBen Straub <bs@github.com>
Thu, 31 Jan 2013 18:44:57 +0000 (10:44 -0800)
committerBen Straub <bs@github.com>
Thu, 31 Jan 2013 18:44:57 +0000 (10:44 -0800)
commit7602cb7c0ea0d69efd30640af234be20393bf57c
tree35fb50d5a1e118990f3f1f11b670371febae537c
parent2234b2b03153c03fc6d502dd61ae55e659be4b8b
Add user-from-url param to auth callback
examples/network/clone.c
include/git2/cred_helpers.h
include/git2/transport.h
src/transports/cred_helpers.c
src/transports/http.c
tests-clar/network/cred.c
tests-clar/online/push.c