]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: Cleanup the remotes code
authorVicent Marti <tanoku@gmail.com>
Mon, 28 Nov 2011 07:40:40 +0000 (08:40 +0100)
committerVicent Marti <tanoku@gmail.com>
Mon, 28 Nov 2011 07:40:40 +0000 (08:40 +0100)
commitd88d4311c7e08ad0d38edae006b50e2a548c937d
tree1b26cee0c3d383043902c599893299fd8fdc5302
parentc94785a9f373b6604402ba6a301b828b80ab8cd8
remote: Cleanup the remotes code

- Hide the remaining transports code
- Drop `git_headarray`, switch to using a callback to list refs. Makes
the code cleaner.
18 files changed:
examples/network/Makefile
examples/network/fetch.c
examples/network/ls-remote.c
include/git2.h
include/git2/net.h
include/git2/remote.h
include/git2/transport.h [deleted file]
include/git2/types.h
src/fetch.c
src/pkt.c
src/pkt.h
src/remote.c
src/remote.h
src/transport.c
src/transport.h
src/transports/git.c
src/transports/http.c
src/transports/local.c