• Show log

    Commit

  • Hash : a44927cc
    Author : Stefan Sperling
    Date : 2022-04-07T12:57:31

    stop relying on commit cache for good performance of got_object_id_by_path()
    
    Instead of internally opening and closing the same commit object over and
    over again, require callers to pass an open commit object in. Avoids an
    inherent dependency on the commit object cache for reasonable performance.
    
    ok op@