Changes between Version 17 and Version 18 of git-bigfiles
- Timestamp:
- 03/24/2009 09:07:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
git-bigfiles
v17 v18 13 13 * '''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 * '''git-p4''': do not perform keyword replacements on big files 15 16 * '''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 17