Skip to content

Commit 44e0f45

Browse files
committed
Merge branch 'np/fast-import-idx-v2'
* np/fast-import-idx-v2: fast-import: use the diff_delta() max_delta_size argument fast-import: honor pack.indexversion and pack.packsizelimit config vars fast-import: make default pack size unlimited fast-import: use write_idx_file() instead of custom code fast-import: use sha1write() for pack data fast-import: start using struct pack_idx_entry Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
2 parents c2c85ed + b500d5e commit 44e0f45

File tree

2 files changed

+84
-95
lines changed

2 files changed

+84
-95
lines changed

Documentation/git-fast-import.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ OPTIONS
4545

4646
--max-pack-size=<n>::
4747
Maximum size of each output packfile.
48-
The default is 4 GiB as that is the maximum allowed
49-
packfile size (due to file format limitations). Some
50-
importers may wish to lower this, such as to ensure the
51-
resulting packfiles fit on CDs.
48+
The default is unlimited.
5249

5350
--big-file-threshold=<n>::
5451
Maximum size of a blob that fast-import will attempt to

0 commit comments

Comments
 (0)