Changes between Version 16 and Version 17 of git-bigfiles


Ignore:
Timestamp:
03/24/2009 12:46:09 AM (15 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v16 v17  
    1111'''git-bigfiles''' already features the following fixes:
    1212
    13  * '''config''': add `core.bigFileThreshold` option to treat files larger than this value as big files
     13 * '''git-config''': add `core.bigFileThreshold` option to treat files larger than this value as big files
    1414 * '''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)
    15  * '''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)
     15 * '''git-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
    1717== Results ==