Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `git_time_monotonic`remove_time_monotonic | Edward Thomson | 2019-02-17 | 1 | -31/+0 |
| | | | | | | | | | | `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. | ||||
* | time: Export `git_time_monotonic`vmg/time | Vicent Marti | 2016-09-13 | 1 | -0/+31 |