summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-03 12:13:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-03 12:13:37 -0700
commit04aa317b8b7f013835c04a084522e718371d75b1 (patch)
tree9ce3e212c47b1eb200b8e066c304468f6d41f30b /.gitconfig
parent0463caa5f1f22e85af021f6a9e9bb0ba07c2b695 (diff)
downloaddotfiles-04aa317b8b7f013835c04a084522e718371d75b1.tar.gz
tell git about some tar compression formats
This is used by git-archive.
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index c487740b..7cf1b85a 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -116,3 +116,7 @@
# work around Debian bug #827892
[remote "dgit"]
skipDefaultUpdate = true
+[tar "tar.xz"]
+ command = xz -c
+[tar "tar.gz"]
+ command = gzip -c