• Show log

    Commit

  • Hash : f5e28202
    Author : Michael Schubert
    Date : 2013-03-25T13:38:43

    opts: allow configuration of odb cache size Currently, the odb cache has a fixed size of 128 slots as defined by GIT_DEFAULT_CACHE_SIZE. Allow users to set the size of the cache via git_libgit2_opts(). Fixes #1035.