wallet/.gitconfig

29 lines
843 B
INI
Raw Normal View History

[core]
autocrlf = input
2022-02-17 22:33:27 -05:00
whitespace = -tab-in-indent,tabwidth=4,indent-with-non-tab,trailing-space,space-before-tab
2022-05-23 00:05:10 -04:00
safecrlf=warn
2022-02-17 22:33:27 -05:00
[apply]
whitespace = fix
ignoreWhitespace = no
[alias]
2024-02-25 20:05:46 -05:00
lg = log --pretty=format:'%C(auto)%h %d %Creset %p %C("#60A0FF")%cr %Cgreen %G? %GS %Creset%n %<(78,trunc)%s%n'
graph = log --graph --pretty=format:'%C(auto)%h %<(78,trunc)%s %Cgreen(%cr) %C(bold blue)%G? %GS%Creset' --abbrev-commit
alias = !git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / | grep -v ^'alias ' | sort
2023-09-28 00:34:51 -04:00
utcmt = !git commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%Sz)\"
[commit]
gpgSign = true
[push]
signed=true
[merge]
verify-signatures = true
[pull]
verify-signatures = true
[submodule]
active = *
[diff]
submodule = log
2024-02-25 20:05:46 -05:00
[gpg "ssh"]
allowedSignersFile = .gitsigners
[gpg]
format = ssh