2022-02-16 00:53:01 -05:00
|
|
|
[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
|
2022-02-16 00:53:01 -05:00
|
|
|
[alias]
|
2023-02-23 22:21:15 -05:00
|
|
|
lg = log --max-count=6 --pretty=format:'%C(auto)%h %d %Creset %p %C("#60A0FF")%cr %Cgreen %cn %G? %GT trust%Creset%n %<(78,trunc)%s%n'
|
|
|
|
graph = log --max-count=38 --graph --pretty=format:'%C(auto)%h %<(78,trunc)%s %Cgreen(%cr) %C(bold blue)%cn %G?%Creset' --abbrev-commit
|
2023-09-27 07:55:13 -04:00
|
|
|
alias = !git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / | grep -v ^'alias ' | sort
|
|
|
|
utcmt = commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%Sz)\"
|
2022-02-16 00:53:01 -05:00
|
|
|
[commit]
|
|
|
|
gpgSign = true
|
2022-06-19 23:02:17 -04:00
|
|
|
[push]
|
|
|
|
signed=true
|
|
|
|
[merge]
|
|
|
|
verify-signatures = true
|
|
|
|
[pull]
|
|
|
|
verify-signatures = true
|
2022-06-11 01:45:06 -04:00
|
|
|
[submodule]
|
2022-06-18 17:05:46 -04:00
|
|
|
active = *
|
2022-06-15 19:46:40 -04:00
|
|
|
[diff]
|
|
|
|
submodule = log
|