]> git.wh0rd.org - home.git/blob - .gitconfig
use -M/-C when sending e-mails
[home.git] / .gitconfig
1 [user]
2 name = Mike Frysinger
3 email = vapier@gentoo.org
4 [color]
5 ui = auto
6 diff = auto
7 status = auto
8 [color "diff"]
9 old = red bold
10 new = green bold
11 plain = blue bold
12 frag = yellow bold
13 whitespace = normal green
14 meta = magenta
15 [push]
16 default = current
17 [alias]
18 a = add
19 b = branch
20 bi = bisect
21 ci = commit
22 co = checkout
23 cp = cherry-pick
24 d = diff
25 f = fetch
26 fp = format-patch
27 l = log
28 m = merge
29 rb = rebase
30 rb-a = rebase --abort
31 rb-c = rebase --continue
32 rb-i = rebase --interactive
33 rb-s = rebase --skip
34 rl = rev-list
35 se = send-email -C -M
36 sm = submodule
37 st = status
38 t = tag
39 [merge]
40 conflictstyle = diff3
41 [rebase]
42 autosquash = true
43 [sendemail]
44 chainreplyto = false
45 suppressfrom = true
46 smtpserver = localhost:1111
47 # smtpserver = zeus.spd.analog.com