• Show log

    Commit

  • Hash : b12b72ea
    Author : Russell Belfer
    Date : 2013-04-12T12:44:51

    Add range checking around cache opts
    
    Add a git_cache_set_max_object_size method that does more checking
    around setting the max object size.  Also add a git_cache_size to
    read the number of objects currently in the cache.  This makes it
    easier to write tests.