mirror of https://github.com/artizirk/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.3 KiB
69 lines
1.3 KiB
6 years ago
|
[user]
|
||
|
name = Arti Zirk
|
||
|
email = arti.zirk@gmail.com
|
||
|
[merge]
|
||
6 years ago
|
tool = meld
|
||
2 years ago
|
conflictStyle = zdiff3
|
||
5 months ago
|
keepbackup = false
|
||
6 years ago
|
|
||
6 years ago
|
[alias]
|
||
|
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
|
||
6 years ago
|
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"
|
||
6 years ago
|
[web]
|
||
|
browser = firefox
|
||
|
[browser "firefox"]
|
||
|
path = firefox-developer-edition
|
||
|
[instaweb]
|
||
|
httpd = webrick
|
||
6 years ago
|
[core]
|
||
6 years ago
|
editor = nvim
|
||
6 years ago
|
quotepath = false
|
||
3 years ago
|
commitGraph = true
|
||
6 years ago
|
[credential]
|
||
|
helper = /usr/lib/git-core/git-credential-libsecret
|
||
|
[sendemail]
|
||
|
smtpEncryption = tls
|
||
|
smtpServer = smtp.gmail.com
|
||
|
smtpUser = arti.zirk@gmail.com
|
||
|
smtpServerPort = 587
|
||
6 years ago
|
[diff]
|
||
|
wsErrorHighlight = all
|
||
5 months ago
|
algorithm = histogram
|
||
6 years ago
|
[cola]
|
||
|
spellcheck = false
|
||
5 years ago
|
[push]
|
||
|
followTags = true
|
||
1 year ago
|
autoSetupRemote = true
|
||
5 years ago
|
[gui]
|
||
|
spellingdictionary = en
|
||
5 years ago
|
[pull]
|
||
|
ff = only
|
||
4 years ago
|
[init]
|
||
|
defaultBranch = master
|
||
3 years ago
|
[rerere]
|
||
|
enabled = true
|
||
3 years ago
|
[receive]
|
||
|
advertisePushOptions = true
|
||
|
[gc]
|
||
|
writeCommitGraph = true
|
||
3 years ago
|
[color]
|
||
|
ui = auto
|
||
|
[core]
|
||
|
abbrev = 12
|
||
|
[pretty]
|
||
|
fixes = Fixes: %h (\"%s\")
|
||
3 years ago
|
[tag]
|
||
|
sort = v:refname
|
||
2 years ago
|
[url "ssh://git@github.com/krakul"]
|
||
|
insteadOf = https://github.com/krakul
|
||
2 years ago
|
[protocol "file"]
|
||
|
allow = always
|
||
10 months ago
|
[column]
|
||
|
ui = auto
|
||
5 months ago
|
[rebase]
|
||
|
autosquash = true
|
||
|
[branch]
|
||
|
sort = -committerdate
|
||
|
[fetch]
|
||
|
prune = true
|