author | Jeff King <peff@github.com> | |
Wed, 22 Jun 2011 03:17:35 +0000 (23:17 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Jun 2011 18:12:35 +0000 (11:12 -0700) | ||
commit | 7b97730b764cac823531ccd14669f9c5b45496dc | |
tree | 87374df5dba2d033843fe9ccfcec6ccf10d14c38 | tree | snapshot |
parent | 0e804e09938905ed4fe6984f832057267cc5d86f | commit | diff |
upload-archive: allow user to turn off filters
Some tar filters may be very expensive to run, so sites do
not want to expose them via upload-archive. This patch lets
users configure tar.<filter>.remote to turn them off.
By default, gzip filters are left on, as they are about as
expensive as creating zip archives.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some tar filters may be very expensive to run, so sites do
not want to expose them via upload-archive. This patch lets
users configure tar.<filter>.remote to turn them off.
By default, gzip filters are left on, as they are about as
expensive as creating zip archives.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>