Составной gitconfig
Составной gitconfig
This commit is contained in:
parent
28a673a467
commit
1d4fcb830a
1 changed files with 17 additions and 26 deletions
43
git/config
43
git/config
|
@ -1,8 +1,3 @@
|
||||||
[user]
|
|
||||||
name = Alexander Kiryukhin
|
|
||||||
email = i@neonxp.ru
|
|
||||||
signingkey = 35E33E1AB7776B39
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit
|
ci = commit
|
||||||
|
@ -104,36 +99,32 @@
|
||||||
color = true
|
color = true
|
||||||
submodulesummary = true
|
submodulesummary = true
|
||||||
|
|
||||||
[sendemail]
|
|
||||||
# smtpserver = smtp.mail.ru
|
|
||||||
# smtpuser = a.kiryukhin@mail.ru
|
|
||||||
smtpserverport = 25
|
|
||||||
smtpencryption = tls
|
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
|
||||||
[pager]
|
[pager]
|
||||||
diff = delta
|
diff = delta
|
||||||
log = delta
|
log = delta
|
||||||
reflog = delta
|
reflog = delta
|
||||||
show = delta
|
show = delta
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
features = decorations
|
features = decorations
|
||||||
|
|
||||||
[delta "interactive"]
|
[delta "interactive"]
|
||||||
keep-plus-minus-markers = false
|
keep-plus-minus-markers = false
|
||||||
|
|
||||||
[delta "decorations"]
|
[delta "decorations"]
|
||||||
commit-decoration-style = blue ol
|
commit-decoration-style = blue ol
|
||||||
commit-style = raw
|
commit-style = raw
|
||||||
file-style = omit
|
file-style = omit
|
||||||
hunk-header-decoration-style = blue box
|
hunk-header-decoration-style = blue box
|
||||||
hunk-header-file-style = red
|
hunk-header-file-style = red
|
||||||
hunk-header-line-number-style = "#067a00"
|
hunk-header-line-number-style = "#067a00"
|
||||||
hunk-header-style = file line-number syntax
|
hunk-header-style = file line-number syntax
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = .gitconfig.local
|
||||||
|
|
Loading…
Reference in a new issue