From: Oleg Broytman Date: Thu, 15 Sep 2022 16:06:16 +0000 (+0300) Subject: .gitconfig: Allow `git archive --format=tar.bz2` and `tar.xz` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=bb9a11f5000c2fbad0f24f04fc15f782637eb669 .gitconfig: Allow `git archive --format=tar.bz2` and `tar.xz` --- 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