-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_gitconfig.tmpl
123 lines (123 loc) · 2.4 KB
/
dot_gitconfig.tmpl
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# This is Git's per-user configuration file.
[user]
name = Anatoly Lebedev
email = {{ onepasswordRead "op://Personal/Fastmail/email-domain" }}
signingkey = {{ .gpgsign }}
[commit]
gpgsign = true
verbose = true
cleanup = scissors
[tag]
gpgSign = true
sort = taggerdate
[core]
excludesfile = {{ .chezmoi.homeDir }}/.gitignore
pager = delta
[init]
defaultBranch = master
[interactive]
diffFilter = delta --color-only
[diff]
algorithm = histogram
submodule = log
colorMoved = zebra
tool = difftastic
colorMovedWS = allow-indentation-change
context = 10
[delta]
navigate = true
light = false
[pull]
rebase = true
[push]
default = current
autoSetupRemote = true
followtags = true
[rebase]
autosquash = true
missingCommitsCheck = error
updateRefs = true
[fetch]
fsckobjects = true
prune = true
prunetags = true
# [hub]
# [gitreview]
# username =
[branch]
autosetupbase = always
sort = -committerdate
[merge]
conflictstyle = zdiff3
keepbackup = false
tool = meld
[transfer]
fsckobjects = true
[receive]
fsckobjects = true
[status]
submoduleSummary = true
[diff]
submodule = log
[submodule]
recurse = true
[log]
date = iso
[color]
ui = auto
[color "status"]
branch = 14 normal
added = 10 normal
updated = 10 normal
localbranch = 14 normal
changed = 11 normal
header = normal
remotebranch = 13 normal
nobranch = 1 normal italic
unmerged = 9 normal
untracked = normal dim
[color "branch"]
plain = 14 normal dim
remote = 13 normal dim
current = 14 normal
local = 14 normal dim
upstream = 13 normal
[color "remote"]
hint = normal dim
success = 2 normal
error = 1 normal
warning = 3 normal
[color "interactive"]
header = 8 normal bold
prompt = 15 4
help = 8 normal
error = 1 normal italic
[color "diff"]
commit = 3 normal
newMoved = 14 normal
oldMovedAlternativeDimmed = 4 normal dim
frag = 8 normal ul
oldMovedAlternative = 12 normal dim
contextBold = normal bold
newBold = 10 normal bold
context = normal
oldMoved = 14 normal dim
oldBold = 9 normal dim bold
newMovedDimmed = 6 normal
func = 8 normal ul
meta = 8 normal
newDimmed = 2 normal
newMovedAlternative = 12 normal
new = 10 normal
newMovedAlternativeDimmed = 4 normal
whitespace = normal 9
oldMovedDimmed = 6 normal dim
oldDimmed = 1 normal dim
old = 9 normal dim
[color "decorate"]
branch = 14 normal
tag = 3 normal
remotebranch = 13 normal
stash = 8 normal
grafted = 1 normal italic
HEAD = 14 normal dim