]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Allow `git archive --format=tar.bz2` and `tar.xz`
[dotfiles.git] / .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