summaryrefslogtreecommitdiff
path: root/dotfiles/gitconfig
blob: 76d6a84693bd1f13182c68f8a49ba33378b3cf96 (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:%cs %<(24,mtrunc)%C(brightyellow)%an%Creset %C(auto)%h%Creset %s

[include]
    path = ~/.config/gitconfig_local