From bb9a11f5000c2fbad0f24f04fc15f782637eb669 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 15 Sep 2022 19:06:16 +0300 Subject: [PATCH] .gitconfig: Allow `git archive --format=tar.bz2` and `tar.xz` --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9a7a571..38ab1e4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -230,6 +230,11 @@ #[tag] # sort = version:refname +[tar "tar.bz2"] + command = bzip2 -c +[tar "tar.xz"] + command = xz -c + #[transfer] # fsckObjects = true -- 2.39.2