-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
87 lines (70 loc) · 1.63 KB
/
.gitconfig
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
[init]
defaultBranch=main
[user]
name = Jonathan Poelen
email = jonathan.poelen@gmail.com
logallrefupdates = true
[core]
#pager = cat
#pager = perl -I/usr/share/git/diff-highlight /home/jonathan/game/diff-so-fancy | less
#pager = delta
whitespace = -trailing-space
#[apply]
# whitespace = fix
[diff]
noprefix = true
# suppressBlankEmpty = true # issue with some commands such as `git add -p`
indentHeuristic = true
#wordRegex = .
mnemonicPrefix = true
# colorMoved = no default plain zebra dimmed_zebra
colorMoved = plain
[color]
diff = auto
ui = auto
[color "branch"]
upstream = cyan
[push]
default = current
useForceIfIncludes = true
#autoSetupRemote = true
[pull]
# merges, interactive, true, false
rebase=merges
#ff = only
[pager]
branch = false
diff = delta
stash = false
#status = less -FX
[branch]
autoSetupMerge=always
[delta]
#plus-style = syntax "#012800"
#minus-style = normal "#340001"
syntax-theme = Catppuccin-macchiato
paging = always
navigate = false
# inspect-raw-lines = false
true-color = always
minus-style = syntax "#401a23"
minus-emph-style = syntax "#713232"
plus-style = syntax "#174023"
plus-emph-style = syntax "#327e32"
features=default
[delta "default"]
hunk-header-line-number-style=brightyellow
file-style=brightyellow
file-decoration-style=ul ol brightyellow
[delta "unified0"]
hunk-header-line-number-style=brightyellow
hunk-header-decoration-style=
hunk-header-style=line-number file
file-style=omit
file-decoration-style=
[delta "long-line"]
max-line-length=4096
[interactive]
diffFilter = delta --color-only
#[sequence]
# editor = interactive-rebase-tool