Blob


1 [user]
2 name = the xhr
3 email = xhr@giessen.ccc.de
5 [sendemail]
6 smtpserver = 127.0.0.1
7 smtpserverport = 25
9 [merge]
10 summary=true
12 [color]
13 diff = auto
14 status = auto
15 branch = auto
16 interactive = auto
17 ui = auto
19 [commit]
20 verbose = true
22 [alias]
23 ci = commit
24 di = diff
25 co = checkout
26 st = status
27 an = annotate
28 br = branch -v
29 re = remote -v
30 lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
32 [diff]
33 color = auto
34 rename = copy
35 compaction-heuristic = true
36 noprefix = true
38 [pager]
39 color = true
41 [status]
42 color = auto
43 [push]
44 default = simple