Changes between Version 16 and Version 17 of git-bigfiles
- Timestamp:
- 03/24/2009 12:46:09 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
git-bigfiles
v16 v17 11 11 '''git-bigfiles''' already features the following fixes: 12 12 13 * ''' config''': add `core.bigFileThreshold` option to treat files larger than this value as big files13 * '''git-config''': add `core.bigFileThreshold` option to treat files larger than this value as big files 14 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 * ''' 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) 16 16 17 17 == Results ==