Changes between Version 5 and Version 6 of git-bigfiles


Ignore:
Timestamp:
03/17/2009 11:45:02 AM (15 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v5 v6  
    1111
    1212 * '''config''': add `core.bigFileThreshold` option to treat files larger than this value as big files
    13  * '''git-p4''': fix abysmal performance when importing big files (operation is generally 4 times faster, but can be up to 8000 times faster on Win32)
    14  * '''fast-import''': do not compute deltas on big files and deflate them on-the-fly (operation is now twice as fast and uses 3.7 times less memory)
     13 * '''git-p4''': fix abysmal performance when importing big files (git-p4 is now generally 4 times faster with big files, but can be up to 8000 times faster on Win32)
     14 * '''fast-import''': avoid computing deltas on big files and deflate them on-the-fly (fast-import is now twice as fast and uses 3.7 times less memory with big files)
    1515
    1616== Download ==