2018-11-12 16:21:47 +02:00
|
|
|
[user]
|
|
|
|
name = Arti Zirk
|
|
|
|
email = arti.zirk@gmail.com
|
|
|
|
[merge]
|
2018-11-12 16:23:43 +02:00
|
|
|
tool = meld
|
|
|
|
|
2018-11-12 16:21:47 +02:00
|
|
|
[alias]
|
|
|
|
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
|
2019-02-27 10:45:33 +02:00
|
|
|
ls = "! for file in $(ls --group-directories-first -p); do git log -n 1 --pretty=\"format:${file}|%s|%ar%n\" -- $file; done | column -s'|' -t -T 2"
|
2019-01-22 21:10:04 +02:00
|
|
|
[web]
|
|
|
|
browser = firefox
|
|
|
|
[browser "firefox"]
|
|
|
|
path = firefox-developer-edition
|
|
|
|
[instaweb]
|
|
|
|
httpd = webrick
|
2019-01-24 18:16:43 +02:00
|
|
|
[core]
|
2019-04-02 17:10:34 +03:00
|
|
|
editor = nvim
|
2019-02-17 19:09:34 +02:00
|
|
|
quotepath = false
|
2019-01-24 18:16:43 +02:00
|
|
|
[credential]
|
|
|
|
helper = /usr/lib/git-core/git-credential-libsecret
|
|
|
|
[sendemail]
|
|
|
|
smtpEncryption = tls
|
|
|
|
smtpServer = smtp.gmail.com
|
|
|
|
smtpUser = arti.zirk@gmail.com
|
|
|
|
smtpServerPort = 587
|
2019-02-27 10:45:33 +02:00
|
|
|
[diff]
|
|
|
|
wsErrorHighlight = all
|
2019-05-07 14:52:25 +03:00
|
|
|
algorithm = patience
|
2019-04-15 16:42:03 +03:00
|
|
|
[cola]
|
|
|
|
spellcheck = false
|