blob: a0459ddf96a17e9588b5a5da80808e47372ed177 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[alias]
llb = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --graph
ll = !git llb --all
lllb = !git llb --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\"
lll = !git lllb --all
[credential]
helper = cache --timeout=3600
[include]
path = .gitconfig.local
[diff]
algorithm = patience
[gui]
diffopts = --patience
[user]
signingkey = 5022936C
|