summaryrefslogtreecommitdiff
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2022-06-15 17:05:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-06-15 20:19:47 (GMT)
commit4f4be00d302bc52d0d9d5a3d4738bb525066c710 (patch)
tree8a5152073add65b55654be96a17479cdf0ca713b /Documentation/git-archive.txt
parent23fcf8b09f5baee0a24bb39ad24263541333a759 (diff)
downloadgit-4f4be00d302bc52d0d9d5a3d4738bb525066c710.zip
git-4f4be00d302bc52d0d9d5a3d4738bb525066c710.tar.gz
git-4f4be00d302bc52d0d9d5a3d4738bb525066c710.tar.bz2
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>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r--Documentation/git-archive.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index b2d1b63..60c0409 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -148,8 +148,8 @@ tar.<format>.command::
to the command (e.g., `-9`).
+
The `tar.gz` and `tgz` formats are defined automatically and use the
-command `gzip -cn` by default. An internal gzip implementation can be
-used by specifying the value `git archive gzip`.
+magic command `git archive gzip` by default, which invokes an internal
+implementation of gzip.
tar.<format>.remote::
If true, enable the format for use by remote clients via