From 84f3ac5828f66de02f2a8fd1ae6891eeb45dff16 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 7 Oct 2015 16:35:23 +0200 Subject: [PATCH] gitconfig: Set xz archive format --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index c19fb8c6..94e9d263 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,6 +17,8 @@ m = mergetool r = remote -v s = status -uno su = status -uno -u +[tar "tar.xz"] +command = xz -c [push] default = current @@ -53,4 +55,4 @@ main = C !git checkout %(commit) main = ^D !git diff %(prompt) %(commit) [tig "color"] date = yellow default -date = yellow default \ No newline at end of file +date = yellow default