aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:38:45 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:38:45 +0200
commit852580d07cfe4c5bc87e0334e0098404c6e192c4 (patch)
tree6a52774a7c48e10f253d326e612bf1b4835a1203 /git
parentaae47e579616791aa4bd7cc915125b6677853a38 (diff)
downloaddotfiles-852580d07cfe4c5bc87e0334e0098404c6e192c4.tar.gz
dotfiles-852580d07cfe4c5bc87e0334e0098404c6e192c4.tar.bz2
dotfiles-852580d07cfe4c5bc87e0334e0098404c6e192c4.zip
single generic git config
Diffstat (limited to 'git')
-rw-r--r--git/global-gitconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/git/global-gitconfig b/git/global-gitconfig
deleted file mode 100644
index 460a2b9..0000000
--- a/git/global-gitconfig
+++ /dev/null
@@ -1,21 +0,0 @@
-[user]
- name = Óscar Nájera
- 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-)?def(un|var|macro|method|custom|ine)).*)$"
-[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