summaryrefslogtreecommitdiff
path: root/dotfiles/gitconfig
blob: d3a0cd376d3edd4ee46981ec53a6b4527a96f364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[user]
    name  = Anton Khirnov
    email = anton@khirnov.net
[sendemail]
    chainreplyto   = false
    envelopesender = auto
    suppresscc     = self
    confirm        = always
[merge]
    tool = vimdiff
[mergetool]
    keepBackup = false
[core]
    pager = less -FRX
[alias]
    brlog = log -p --reverse origin/master..HEAD
[diff]
    renames    = copy
    colorMoved = true
[pull]
    ff = only
[pretty]
    summary = format:%C(auto)%h%Creset %cs  %<|(48)%C(brightyellow)%an%Creset %s

[include]
    path = ~/.config/gitconfig_local