]> git.ipfire.org Git - thirdparty/git.git/commit
archive: describe compression level option
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 22 Oct 2021 06:45:44 +0000 (13:45 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 17:08:23 +0000 (10:08 -0700)
commitc4b208c30919c42c29b18388975857330160b972
tree3f0994bcf5c95d03e47cbadce709b04dc2316da3
parentaf6d1d602a8f64164b266364339c4e936d5bbc33
archive: describe compression level option

Describe the only <extra> option in `git archive`, that is the compression
level option. Previously this option is only described for zip backend;
add description also for tar backend.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt