• Show log

    Commit

  • Hash : 47ed7e5a
    Author : Carlos Martín Nieto
    Date : 2015-08-18T20:55:59

    transport: provide a way to get the callbacks
    
    libgit2 implementations of smart subtransports can simply reach through
    the structure, but external implementors cannot.
    
    Add these two functions as a way for the smart subtransports to get the
    callbacks as set by the user.