25 lines
791 B
INI
25 lines
791 B
INI
[core]
|
|
autocrlf = input
|
|
whitespace = -tab-in-indent,tabwidth=4,indent-with-non-tab,trailing-space,space-before-tab
|
|
safecrlf=warn
|
|
[apply]
|
|
whitespace = fix
|
|
ignoreWhitespace = no
|
|
[alias]
|
|
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 --graph --pretty=format:'%C(auto)%h %<(78,trunc)%s %Cgreen(%cr) %C(bold blue)%cn %G?%Creset' --abbrev-commit
|
|
alias = !git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / | grep -v ^'alias ' | sort
|
|
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
|