aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index 89270c5..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-[user]
- name = Óscar Nájera
- email = hi@oscarnajera.com
-[pull]
- rebase = true
-[push]
- default = simple
-[core]
- attributesfile = ~/.gitattributes
-[diff "gpg"]
- textconv = gpg --no-tty --decrypt
-[diff "pdf"]
- textconv = pdfinfo
-[difftool "image_diff"]
- cmd = compare $REMOTE $LOCAL png:- | montage -font Liberation-Sans -tile 3x -geometry 400x -label "reference" $LOCAL -label "diff" - -label "current--%f" $REMOTE x:
-[diff]
- algorithm = histogram
-[includeIf "gitdir:~/git/"]
- path = ~/git/.gitconfig