diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-07-17 16:48:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-07-17 16:48:09 +0200 |
commit | 52afe35cfea2b348029351569d2224786748f587 (patch) | |
tree | fe9f3e0976574e601d970f01c31827c1297d3956 /.gitconfig | |
parent | 2c610619f4a25af94a89cd36e886788ddc8b7136 (diff) | |
download | dotfiles-52afe35cfea2b348029351569d2224786748f587.tar.gz dotfiles-52afe35cfea2b348029351569d2224786748f587.tar.xz |
gitconfig: increase compression
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,5 +38,6 @@ cmd = vim -f -d -c \"wincmd J\" \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" [core] excludesfile = ~/.gitignore + compression = 9 [log] decorate = full |