• Show log

    Commit

  • Hash : 8ee10098
    Author : Edward Thomson
    Date : 2018-11-06T13:10:30

    transport: see if cert/cred callbacks exist before calling them Custom transports may want to ask libgit2 to invoke a configured credential or certificate callback; however they likely do not know if a callback was actually configured. Return a sentinal value (GIT_PASSTHROUGH) if there is no callback configured instead of crashing.