blob: e7f7bfb154723befe3983e23cef7347395a06eda (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
[user]
name = JoaquĆn Aguirrezabalaga
email = kinote@kinote.org
[core]
excludesfile = ~/.gitignore_global
attributesfile = ~/.gitattributes
commitGraph = true
[fetch]
writeCommitGraph = true
[gc]
writeCommitGraph = true
[color]
ui = auto
[column]
ui = auto
[branch]
sort = -committerdate
[credential]
helper = store
[gitlab]
user = kinote
[gitlab "git.datik.io/api/v4"]
user = jaguirrezabalaga
[diff]
submodule = log
algorithm = histogram
[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
[annex]
sshcaching = true
[commit]
verbose = true
|