Changes between Version 9 and Version 10 of git-bigfiles


Ignore:
Timestamp:
03/18/2009 03:12:39 PM (15 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v9 v10  
    1212
    1313 * '''config''': add `core.bigFileThreshold` option to treat files larger than this value as big files
    14  * '''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 * '''git-p4''': fix poor string building performance when importing big files (git-p4 is now only marginally faster on Linux but 4 to 10 times faster on Win32)
    1515 * '''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)
    1616