dotfiles/.gitconfig

61 lines
1.2 KiB
INI
Raw Normal View History

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
2023-06-01 15:22:05 +03:00
conflictStyle = zdiff3
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
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
[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
[credential]
helper = /usr/lib/git-core/git-credential-libsecret
[sendemail]
smtpEncryption = tls
smtpServer = smtp.gmail.com
smtpUser = arti.zirk@gmail.com
smtpServerPort = 587
[diff]
wsErrorHighlight = all
[cola]
spellcheck = false
2020-03-09 16:12:56 +02:00
[push]
followTags = true
2023-11-13 17:29:07 +02:00
autoSetupRemote = true
2020-03-11 11:54:21 +02:00
[gui]
spellingdictionary = en
2020-06-05 15:52:36 +03:00
[pull]
ff = only
[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
2024-02-04 15:28:11 +02:00
[column]
ui = auto