X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.gitconfig;h=38ab1e492bc9cfb81889e53233366ee4cfbb0d67;hb=bb9a11f5000c2fbad0f24f04fc15f782637eb669;hp=9a7a571a213bce06fb7ab4f11d657249b4d8878a;hpb=0a383f6b00492da3541c919768803cc4c41bbda9;p=dotfiles.git 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