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