diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-01-21 05:36:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-21 10:04:10 +0100 |
commit | bb23fdfa6c13b7f9cd5e1dbe0ca2fea31a627c5c (patch) | |
tree | d47ca4d1298ccde336b27434349aeb89b1209e1c /pager.c | |
parent | submodule: Document the details of the command line syntax (diff) | |
download | git-bb23fdfa6c13b7f9cd5e1dbe0ca2fea31a627c5c.tar.xz git-bb23fdfa6c13b7f9cd5e1dbe0ca2fea31a627c5c.zip |
Teach fast-import to honor pack.compression and pack.depth
We now use the configured pack.compression and pack.depth values
within fast-import, as like builtin-pack-objects fast-import is
generating a packfile for consumption by the Git tools.
We use the same behavior as builtin-pack-objects does for these
options, allowing core.compression to supply the default value
for pack.compression.
The default setting for pack.depth within fast-import is still 10
as users will generally repack fast-import generated packfiles by
`repack -f`. A large delta depth within the fast-import packfile
can significantly slow down such a later repack.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pager.c')
0 files changed, 0 insertions, 0 deletions