• Show log

    Commit

  • Hash : e09f0c10
    Author : Edward Thomson
    Date : 2019-01-23T10:21:42

    deprecation: don't use deprecated stream cb
    
    Avoid the deprecated `git_stream_cb` typedef since we want to compile
    the library without deprecated functions or types.  Instead, we can
    unroll the alias to its actual type.