]> git.proxmox.com Git - libgit2.git/commit
remote: expose the remote's symref mappings
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 20 May 2014 07:55:26 +0000 (09:55 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 21 May 2014 10:12:32 +0000 (12:12 +0200)
commit306475eb0173d7943a27afee6054af8d0f76bedd
tree01940bc9610fe5af6ecb9fced14d0f3d3c4f9f77
parent8156835df17d89bd7ce1525792aa13146fab551e
remote: expose the remote's symref mappings

Add a symref_target field to git_remote_head to expose the symref
mappings to the user.
include/git2/net.h
src/transports/smart.c
src/transports/smart_pkt.c
tests/online/fetch.c