libgit2/src/transports
Carlos Martín Nieto ad4b5beb50 transport: store the refs in a common area
Instad of each transport having its own function and logic to get to
its refs, store them directly in transport.

Leverage the new gitno_buffer to make the parsing and storing of the
refs use common code and get rid of the git_protocol struct.
2012-07-30 20:28:16 +02:00
..
git.c transport: store the refs in a common area 2012-07-30 20:28:16 +02:00
http.c transport: store the refs in a common area 2012-07-30 20:28:16 +02:00
local.c transport: store the refs in a common area 2012-07-30 20:28:16 +02:00