]> git.ipfire.org Git - thirdparty/git.git/commit - archive-tar.c
upload-archive: allow user to turn off filters
authorJeff King <peff@github.com>
Wed, 22 Jun 2011 03:17:35 +0000 (23:17 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2011 18:12:35 +0000 (11:12 -0700)
commit7b97730b764cac823531ccd14669f9c5b45496dc
tree87374df5dba2d033843fe9ccfcec6ccf10d14c38
parent0e804e09938905ed4fe6984f832057267cc5d86f
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>
Documentation/git-archive.txt
archive-tar.c
archive-zip.c
archive.c
archive.h
builtin/archive.c
builtin/upload-archive.c
t/t5000-tar-tree.sh