• Show log

    Commit

  • Hash : f2dd7807
    Author : Omar Polo
    Date : 2022-05-17T13:28:02

    got patch: avoid open/sync/close the fileindex over and over again Instead of flushing the fileindex after every patch in the patchfile just reuse the same fileindex and sync it only at the end of the patch operation. This speeds up 'got patch' on large repositories by quite a lot.