• Show log

    Commit

  • Hash : 4e913309
    Author : Carlos Martín Nieto
    Date : 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>