git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fast-import.c: zlib_compression_level vs pack_compression_level
@ 2008-01-18 13:04 Marco Costalba
  2008-01-18 15:44 ` Nicolas Pitre
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Costalba @ 2008-01-18 13:04 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

Just a small thing I would like to bring to your attention before 1.5.4 is out

During my work on compression/decompression cleanup I have found that
in fast-import.c the zlib_compression_level is used, while in
builtin-pack-objects is used pack_compression_level instead.

This 2 flags corresponds, more or less directly, (some cleanup is
needed also in that area, but this is another story) to:

core.loosecompression

and

pack.compression

config settings.

My question is, does fast-import should use pack.compression instead
of core.loosecompression?

Thanks
Marco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-19  8:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 13:04 fast-import.c: zlib_compression_level vs pack_compression_level Marco Costalba
2008-01-18 15:44 ` Nicolas Pitre
2008-01-19  8:47   ` Marco Costalba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).