.gitconfig: update
[nethome.git] / .gitconfig
1 [user]
2         name = Jan Kratochvil
3         email = jan.kratochvil@redhat.com
4 [merge]
5         conflictstyle = diff3
6 [color]
7         ui = never
8 [pull]
9         ff = only
10 #       rebase = true
11
12 # ChangeLog merge attempt:
13 #[merge "git-merge-changelog"]
14 #       name = git-merge-changelog
15 #       driver = /usr/bin/git-merge-changelog %O %A %B
16 # ChangeLog merge attempt:
17 #[core]
18 #       attributesfile = ~/.gitattributes
19 # golang:
20 #[http]
21 #       cookiefile = /home/jkratoch/.gitcookies
22 [alias]
23         co = checkout
24         ci = commit
25         st = status
26         br = branch
27         hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
28 [pager]
29         branch = off
30 [branch]
31         sort = committerdate
32 # FIXME: It does not work:
33 [blame]
34         ignoreRevsFile = ~/.gitconfig-ignoreblamecommit
35 [format]
36         signature =