2019-05-02 01:21:48 +00:00
|
|
|
[user]
|
|
|
|
name = Andrew Davidson
|
2024-09-11 23:53:32 +00:00
|
|
|
email = andrew@amd.im
|
2024-09-12 00:00:39 +00:00
|
|
|
signingkey = /home/amd/.ssh/id_ed25519.pub
|
2019-05-02 01:21:48 +00:00
|
|
|
|
|
|
|
[color]
|
|
|
|
ui = auto
|
2023-01-13 06:54:35 +00:00
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[color "branch"]
|
|
|
|
current = yellow reverse
|
|
|
|
local = yellow
|
2023-01-13 06:54:35 +00:00
|
|
|
remote = green
|
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[color "diff"]
|
|
|
|
meta = yellow bold
|
|
|
|
frag = magenta bold
|
|
|
|
old = red bold
|
2023-01-13 06:54:35 +00:00
|
|
|
new = green bold
|
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[color "status"]
|
|
|
|
added = yellow
|
|
|
|
changed = green
|
|
|
|
untracked = cyan
|
|
|
|
|
|
|
|
[color]
|
|
|
|
ui = true
|
|
|
|
diff = auto
|
|
|
|
status = auto
|
2023-01-13 06:54:35 +00:00
|
|
|
branch = auto
|
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[color "diff"]
|
2023-01-13 06:54:35 +00:00
|
|
|
whitespace = red reverse
|
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[core]
|
2020-11-15 15:21:26 +00:00
|
|
|
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
|
|
|
pager = delta
|
2023-01-13 06:54:35 +00:00
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[alias]
|
|
|
|
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
|
2023-01-13 06:54:35 +00:00
|
|
|
|
2019-05-02 01:21:48 +00:00
|
|
|
[push]
|
2020-11-15 15:21:26 +00:00
|
|
|
default = simple
|
|
|
|
|
|
|
|
[delta]
|
|
|
|
plus-color = "#012800"
|
|
|
|
minus-color = "#340001"
|
|
|
|
syntax-theme = Monokai Extended
|
2023-01-13 06:54:35 +00:00
|
|
|
|
2020-11-15 15:21:26 +00:00
|
|
|
[interactive]
|
|
|
|
diffFilter = delta --color-only
|
|
|
|
|
2019-05-22 02:44:09 +00:00
|
|
|
[commit]
|
2023-01-13 06:54:35 +00:00
|
|
|
gpgsign = true
|
|
|
|
|
2023-01-07 05:26:34 +00:00
|
|
|
[credential]
|
2023-01-13 06:54:35 +00:00
|
|
|
helper = store
|
|
|
|
|
2023-01-07 05:28:26 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
2024-09-14 00:16:03 +00:00
|
|
|
|
2023-04-11 05:11:21 +00:00
|
|
|
[gpg]
|
|
|
|
format = ssh
|