aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: 236bb47f3c674cc9b2ba1ccd1af01d6b52ef94db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	name = Óscar Nájera
        email = hi@oscarnajera.com
[pull]
	rebase = true
[push]
	default = simple
[core]
	attributesfile = ~/.gitattributes
[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