• Show log

    Commit

  • Hash : dccf59ad
    Author : Carlos Martín Nieto
    Date : 2015-03-13T18:28:07

    indexer: don't worry about duplicate objects
    
    If a packfile includes duplicate objects, we can choose to use the
    secon copy instead of the first by using the same logic as if it were
    the first.
    
    Change the error condition from 0 to -1, which indicates a bad resize,
    and set the OOM message in that case.
    
    This does mean we will leak the first copy of the object. We can deal
    with that later, but making fetches work is more important.