aboutsummaryrefslogtreecommitdiff
path: root/tree-walk.c
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-01-18 12:00:49 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-01-18 12:02:37 -0500
commite5808826c4abe183b4db9bae8f13445624696f66 (patch)
treed253fe8e20b6a80a552e7e238fd91650d181fe58 /tree-walk.c
parentebea9dd4f1b62cb3c8302f10aaca3af0231e9818 (diff)
downloadgit-e5808826c4abe183b4db9bae8f13445624696f66.tar.gz
git-e5808826c4abe183b4db9bae8f13445624696f66.tar.xz
Remove unnecessary options from fast-import.
The --objects command line option is rather unnecessary. Internally we allocate objects in 5000 unit blocks, ensuring that any sort of malloc overhead is ammortized over the individual objects to almost nothing. Since most frontends don't know how many objects they will need for a given import run (and its hard for them to predict without just doing the run) we probably won't see anyone using --objects. Further since there's really no major benefit to using the option, most frontends won't even bother supplying it even if they could estimate the number of objects. So I'm removing it. The --max-objects-per-pack option was probably a mistake to even have added in the first place. The packfile format is limited to 4 GiB today; given that objects need at least 3 bytes of data (and probably need even more) there's no way we are going to exceed the limit of 1<<32-1 objects before we reach the file size limit. So I'm removing it (to slightly reduce the complexity of the code) before anyone gets any wise ideas and tries to use it. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'tree-walk.c')
0 files changed, 0 insertions, 0 deletions