]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: Allow `git archive --format=tar.bz2` and `tar.xz`
authorOleg Broytman <phd@phdru.name>
Thu, 15 Sep 2022 16:06:16 +0000 (19:06 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Sep 2022 16:10:58 +0000 (19:10 +0300)
.gitconfig

index 9a7a571a213bce06fb7ab4f11d657249b4d8878a..38ab1e492bc9cfb81889e53233366ee4cfbb0d67 100644 (file)
 #[tag]
 #      sort = version:refname
 
+[tar "tar.bz2"]
+       command = bzip2 -c
+[tar "tar.xz"]
+       command = xz -c
+
 #[transfer]
 #      fsckObjects = true