Tag

  • Show log

    Commit

  • Hash : c3564dfa
    Author : Stefan Sperling
    Date : 2021-07-15T07:48:40

    don't scan pack index offsets for large values if pack file is < 2GB
    
    This saves an iteration over the entire h->offsets array when opening
    a pack index which should not contain large offsets in the first place.
    
    ok millert@