summaryrefslogtreecommitdiff
path: root/gitconfig
blob: 30a3e0b8a1adb238eabf2bdce447704294be7dd7 (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
[user]
	name = JoaquĆ­n Aguirrezabalaga
	email = kinote@kinote.org
[core]
	excludesfile = ~/.gitignore_global
        attributesfile = ~/.gitattributes
[color]
	ui = auto
[credential]
	helper = store
[gitlab]
	user = kinote
[gitlab "git.datik.io/api/v4"]
	user = jaguirrezabalaga
[diff]
	submodule = log
[pull]
	rebase = false
[init]
	defaultBranch = main
[diff "common-lisp"]
	xfuncname="^\\((def\\S+\\s+\\S+)"
[diff "elisp"]
	xfuncname="^\\((((def\\S+)|use-package)\\s+\\S+)"
[diff "org"]
	xfuncname="^\\*+ +(.*)$"
[filter "lfs"]
	required = true
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
[include]
	path = .gitconfig_local