Changes between Version 20 and Version 21 of git-bigfiles


Ignore:
Timestamp:
03/24/2009 05:57:45 PM (15 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v20 v21  
    1515 * '''git-p4''': do not perform keyword replacements on big files
    1616 * '''git-fast-import''': avoid computing deltas on big files and deflate them on-the-fly (fast-import is now three times as fast and uses 5 times less memory with big files)
    17  * '''git-pack-objects''': do not perform delta computation on big files.
     17 * '''git-pack-objects''': do not perform delta computation on big files (pack-objects is now 10% faster, but there is no memory gain yet)
    1818
    1919== Results ==