• Show log

    Commit

  • Hash : e6c6d3bb
    Author : Edward Thomson
    Date : 2019-02-17T22:31:37

    Remove `git_time_monotonic`
    
    `git_time_monotonic` was added so that non-native bindings like rugged
    could get high-resolution timing for benchmarking.  However, this is
    outside the scope of libgit2 *and* rugged decided not to use this
    function in the first place.
    
    Google suggests that absolutely _nobody_ is using this function and we
    don't want to be in the benchmarking business.  Remove the function.