diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-01-20 23:36:54 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-21 01:04:10 -0800 |
commit | bb23fdfa6c13b7f9cd5e1dbe0ca2fea31a627c5c (patch) | |
tree | d47ca4d1298ccde336b27434349aeb89b1209e1c /builtin-describe.c | |
parent | submodule: Document the details of the command line syntax (diff) | |
download | tgif-bb23fdfa6c13b7f9cd5e1dbe0ca2fea31a627c5c.tar.xz |
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 'builtin-describe.c')
0 files changed, 0 insertions, 0 deletions