archive-tar: use internal gzip by default
commit4f4be00d302bc52d0d9d5a3d4738bb525066c710
authorRené Scharfe <l.s.r@web.de>
Wed, 15 Jun 2022 17:05:03 +0000 (15 19:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jun 2022 20:19:47 +0000 (15 13:19 -0700)
tree8a5152073add65b55654be96a17479cdf0ca713b
parent23fcf8b09f5baee0a24bb39ad24263541333a759
archive-tar: use internal gzip by default

Drop the dependency on gzip(1) and use our internal implementation to
create tar.gz and tgz files.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt
archive-tar.c
t/t5000-tar-tree.sh