• Show log

    Commit

  • Hash : 0bd132ab
    Author : Edward Thomson
    Date : 2021-09-26T17:58:08

    oidarray: introduce `git_oidarray_dispose` Since users are disposing the _contents_ of the oidarray, not freeing the oidarray itself, the proper cleanup function is `git_oidarray_dispose`. Deprecate `git_oidarray_free`.