update gnu address
[~bandali/configs] / .config / git / config
CommitLineData
ec80f07a 1[user]
56f00282 2 name = Amin Bandali
6283c91e 3 email = mab@gnu.org
56f00282 4 signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
ec80f07a
AB
5
6[commit]
56f00282 7 gpgsign = true
ec80f07a
AB
8
9# [format]
ec84245a 10# signoff = true
ec80f07a
AB
11
12[core]
56f00282
AB
13 autocrlf = input # CRLF -> LF on commit
14 editor = emacsclient -t
56f00282 15 pager = "less"
ec80f07a 16
2deefd75
AB
17[mailmap]
18 file = ~/.config/git/mailmap
19
ec80f07a 20[alias]
56f00282
AB
21 git = !exec git # handle nested git calls, e.g. git git status
22 aliases = config --get-regexp '^alias\\.'
23 a = add
24 s = status
25 sl = status --long
26 c = checkout
27 cb = checkout -b
28 b = branch
29 r = rebase
30 p = pull
31 pr = pull --rebase
32 ps = push
33 psf = push --force
34 nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f"
35 nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f"
ec80f07a
AB
36
37[color]
56f00282 38 ui = auto
ec80f07a 39[color "status"]
56f00282
AB
40 added = green bold
41 changed = red bold
42 untracked = red bold
ec80f07a 43[color "branch"]
56f00282
AB
44 current = green bold
45 remote = magenta bold
ec80f07a 46[color "diff"]
56f00282
AB
47 new = green bold
48 old = red bold
ec80f07a 49
ec84245a
AB
50# [status]
51# # showUntrackedFiles = all
52# short=true
53# branch=true
ec80f07a
AB
54
55[github]
56 user = aminb
57
58[sendemail]
59 smtpuser = bandali
60 smtpserver = fencepost.gnu.org
61 smtpserverport = 587
62 smtpencryption = tls
63 annotate = yes