Commit 4e913309b92138cdc6ff31fbce4e8afa2ab5458e

Carlos Martín Nieto 2011-06-17T16:38:21

Move transports to an inheritance model Rather than an 'private' pointer, make the private structures inherit from the generic git_transport struct. This way, we only have to worry about one memory allocation instead of two. The structures are so simple that this may even make the code use less memory overall. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>