Changes between Version 9 and Version 10 of git-bigfiles
- Timestamp:
- 03/18/2009 03:12:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
git-bigfiles
v9 v10 12 12 13 13 * '''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) 15 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) 16 16