Changes between Version 2 and Version 3 of git-bigfiles


Ignore:
Timestamp:
03/17/2009 10:35:46 AM (15 years ago)
Author:
Sam Hocevar
Comment:

fast-import changes

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v2 v3  
    1010'''git-bigfiles''' already features the following fixes:
    1111
    12  * '''git-p4''': fix abysmal performance when importing medium-sized files (opration now up to 8000 times faster)
     12 * '''config''': add `core.bigFileThreshold` option to treat files larger than this value as big files
     13 * '''git-p4''': fix abysmal performance when importing medium-sized files (operation is now up to 8000 times faster)
     14 * '''fast-import''': do not compute deltas on big files and deflate them on-the-fly (operation is now twice as fast and use 3.7 times less memory)
    1315
    1416== Download ==