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
|
2022-05-16 16:18:37 +03:00
|
|
|
conflictstyle = diff3
|
2018-11-12 16:23:43 +02:00
|
|
|
|
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
|
2021-11-03 17:20:28 +02:00
|
|
|
commitGraph = true
|
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-04-15 16:42:03 +03:00
|
|
|
[cola]
|
|
|
|
spellcheck = false
|
2020-03-09 16:12:56 +02:00
|
|
|
[push]
|
|
|
|
followTags = true
|
2020-03-11 11:54:21 +02:00
|
|
|
[gui]
|
|
|
|
spellingdictionary = en
|
2020-06-05 15:52:36 +03:00
|
|
|
[pull]
|
|
|
|
ff = only
|
2021-02-19 13:52:17 +02:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2021-07-04 00:02:36 +03:00
|
|
|
[rerere]
|
|
|
|
enabled = true
|
2021-11-03 17:20:28 +02:00
|
|
|
[receive]
|
|
|
|
advertisePushOptions = true
|
|
|
|
[gc]
|
|
|
|
writeCommitGraph = true
|
2022-05-12 10:50:05 +03:00
|
|
|
[color]
|
|
|
|
ui = auto
|
|
|
|
[core]
|
|
|
|
abbrev = 12
|
|
|
|
[pretty]
|
|
|
|
fixes = Fixes: %h (\"%s\")
|
2022-05-23 22:40:33 +03:00
|
|
|
[tag]
|
|
|
|
sort = v:refname
|
2022-08-31 17:24:58 +03:00
|
|
|
[url "ssh://git@github.com/krakul"]
|
|
|
|
insteadOf = https://github.com/krakul
|
2022-11-22 14:20:18 +02:00
|
|
|
[protocol "file"]
|
|
|
|
allow = always
|