aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-gitconfig
blob: cacdd3e79204d52f32fafd1ad2d30e40fbc8663a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- mode: conf-unix; -*-
[user]
  name = Oscar Najera
  email = hi@oscarnajera.com
[pull]
  rebase = true
[push]
  default = simple

[diff "gpg"]
      textconv = gpg --no-tty --decrypt
[diff "pdf"]
      textconv = pdfinfo
[diff "org"]
      xfuncname = "^(\\*+ +.*)$"
[diff "lisp"]
      xfuncname = "^[ \t]*(((;+ )|\\((cl-|el-patch-|ert-)?def(un|var|macro|method|custom|ine|test)).*)$"
[diff "ledger"]
      xfuncname = "^([0-9]{4}-[0-9]+-[0-9]+ .*)$"

[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

[sendemail]
  smtpEncryption = tls
  smtpServer = mail.oscarnajera.com
  smtpUser = hi@oscarnajera.com
  smtpServerPort = 587

[includeIf "gitdir:~/bytegit/**"]
    path = ~/bytegit/.gitconfig