]> Sergey Matveev's repositories - dotfiles.git/blob - git/.gitconfig
Make zathura configuration file aware
[dotfiles.git] / git / .gitconfig
1 [pack]
2         threads = 8
3 [advice]
4         pushUpdateRejected = false
5         detachedHead = false
6 [alias]
7         wt = worktree
8         unchanged = update-index --assume-unchanged
9 [user]
10         name = Sergey Matveev
11         email = stargrave@stargrave.org
12         signingkey = "12AD32689C660D426967FD75CB8205632107AD8A"
13 [color]
14         diff = auto
15         status = auto
16         branch = auto
17         interactive = auto
18 [core]
19         compression = 0
20         excludesfile = /home/stargrave/.git-ignore
21         quotepath = false
22         whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
23         pager=diff-highlight | $PAGER
24 [log]
25         date = iso8601
26 [push]
27         default = current
28 [rebase]
29         autosquash = true
30 [rerere]
31         enabled = true
32 [notes]
33         displayRef = *
34 [diff]
35         algorithm = histogram
36         colorMoved = default
37         colorMovedWS = allow-indentation-change
38         tool = vimdiff
39         noprefix = true
40 [grep]
41         lineNumber = true
42 [merge]
43         tool = vimdiff
44         conflictStyle = zdiff3
45 [pull]
46         ff = only
47 [help]
48         autocorrect = never
49 [init]
50         defaultBranch = master
51 [format]
52         useAutoBase = true
53 [safe]
54         directory = *
55 [includeIf "gitdir:~/work/stc/"]
56         path = ~/work/stc/.gitconfig