]> git.wh0rd.org - home.git/blame - .gitconfig
pinentry: switch to x11 as gtk-2 is dead
[home.git] / .gitconfig
CommitLineData
5b61754d
MF
1[user]
2 name = Mike Frysinger
3 email = vapier@gentoo.org
7e8353eb 4# signingkey = 0xE837F581
454198a8 5
81027099
MF
6[core]
7 abbrev = 12
454198a8
MF
8 pager = less -FRMX --tabs 4 -#10
9
5b61754d 10[color]
1afdf944 11 ui = auto
5b61754d
MF
12 diff = auto
13 status = auto
454198a8 14
5b61754d
MF
15[color "diff"]
16 old = red bold
17 new = green bold
18 plain = blue bold
19 frag = yellow bold
20 whitespace = normal green
21 meta = magenta
454198a8 22
f473de80
MF
23[diff]
24 renames = true
454198a8 25
e95eddde
MF
26# Settings used by Chromium's `git cl`. The defaults are brain-dead.
27[gerrit]
28 skip-ensure-authenticated = true
29 squash-uploads = false
30
454198a8
MF
31#[pager]
32# diff = diff-highlight | less
33# log = diff-highlight | less
34# show = diff-highlight | less
35
4db942a3
MF
36[protocol]
37 # https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
38 version = 2
39
a2c26b73
MF
40[push]
41 default = current
454198a8 42
ca0cd585
MF
43[alias]
44 a = add
35c220c5 45 ab = abandon
4ca6dd0f
MF
46 am-a = am --abort
47 am-c = am --continue
b383b052 48 ar = archive
2eb9fcf8 49 b = branch -v
2f8ca74b 50 bi = bisect
a0b06b4f 51 cfg = config
07ed0359 52 ci = commit
ca0cd585 53 co = checkout
c725b573 54 cp = cherry-pick --ff
95f2f47b
MF
55 cp-a = cherry-pick --abort
56 cp-c = cherry-pick --continue
7fc979ec 57 cp-x = cherry-pick -x
ca0cd585 58 d = diff
631efde8 59 desc = describe
97c58010 60 dl = download
ca0cd585 61 f = fetch
70f4d7c0 62 fp = format-patch -C -M
29204785 63 g = grep
9383ff84 64 h = help
ca0cd585 65 l = log
89d2715a 66 m = merge --log
9c1e8a82
MF
67 rb = rebase
68 rb-d = rebase --committer-date-is-author-date
ca0cd585
MF
69 rb-a = rebase --abort
70 rb-c = rebase --continue
71 rb-i = rebase --interactive
72 rb-s = rebase --skip
73 rl = rev-list
184f604a 74 se = send-email -C -M
ef3aa4f9 75 sm = submodule
ca0cd585 76 st = status
8a3f4e0c 77 t = tag
8c8b1d8e 78 up = upload
454198a8 79
f473de80
MF
80[tag]
81 sort = version:refname
454198a8 82
52887a61
MF
83[merge]
84 conflictstyle = diff3
454198a8 85
5b7ba27c
MF
86[rebase]
87 autosquash = true
454198a8 88
d42b596a
MF
89[http]
90 cookiefile = ~/.gitcookies
454198a8 91
26d53874
MF
92[transfer]
93 # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0
94 fsckobjects = true
454198a8 95
db0968c6
MF
96[merge "merge-changelog"]
97 name = GNU-style ChangeLog merge driver
98 driver = /usr/bin/git-merge-changelog %O %A %B
454198a8 99
5b61754d 100[sendemail]
79936f7d 101 chainreplyto = false
d4284c9f 102 confirm = always
5b61754d 103 suppressfrom = true
f473de80 104 suppresscc = author
5b61754d 105 smtpserver = localhost:1111