]> git.wh0rd.org - home.git/blame - .gitconfig
backups: ignore go/ src
[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
28429591
MF
31[pager]
32 diff = diff-highlight | less
33 log = diff-highlight | less
34 show = diff-highlight | less
454198a8 35
4db942a3
MF
36[protocol]
37 # https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
38 version = 2
39
64d0ce9b
MF
40[pull]
41 ff = only
42
a2c26b73
MF
43[push]
44 default = current
454198a8 45
ca0cd585
MF
46[alias]
47 a = add
4ca6dd0f
MF
48 am-a = am --abort
49 am-c = am --continue
b383b052 50 ar = archive
2eb9fcf8 51 b = branch -v
2f8ca74b 52 bi = bisect
a0b06b4f 53 cfg = config
07ed0359 54 ci = commit
5c21fd25 55 cif = commit --fixup
64d0ce9b 56 ciam = commit --amend
ca0cd585 57 co = checkout
c725b573 58 cp = cherry-pick --ff
95f2f47b
MF
59 cp-a = cherry-pick --abort
60 cp-c = cherry-pick --continue
7fc979ec 61 cp-x = cherry-pick -x
ca0cd585 62 d = diff
5c21fd25 63 dc = diff --cached
631efde8 64 desc = describe
ca0cd585 65 f = fetch
70f4d7c0 66 fp = format-patch -C -M
29204785 67 g = grep
9383ff84 68 h = help
ca0cd585 69 l = log
5d0b4331 70 lf = log --format= --name-only
a78ac121 71 m = merge --log=100 --no-stat
9c1e8a82
MF
72 rb = rebase
73 rb-d = rebase --committer-date-is-author-date
ca0cd585
MF
74 rb-a = rebase --abort
75 rb-c = rebase --continue
76 rb-i = rebase --interactive
77 rb-s = rebase --skip
78 rl = rev-list
184f604a 79 se = send-email -C -M
ef3aa4f9 80 sm = submodule
ca0cd585 81 st = status
8a3f4e0c 82 t = tag
454198a8 83
f473de80
MF
84[tag]
85 sort = version:refname
454198a8 86
52887a61
MF
87[merge]
88 conflictstyle = diff3
454198a8 89
5b7ba27c
MF
90[rebase]
91 autosquash = true
454198a8 92
d42b596a
MF
93[http]
94 cookiefile = ~/.gitcookies
454198a8 95
26d53874
MF
96[transfer]
97 # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0
98 fsckobjects = true
454198a8 99
28429591
MF
100[init]
101 defaultBranch = main
102
db0968c6
MF
103[merge "merge-changelog"]
104 name = GNU-style ChangeLog merge driver
105 driver = /usr/bin/git-merge-changelog %O %A %B
454198a8 106
5b61754d 107[sendemail]
79936f7d 108 chainreplyto = false
d4284c9f 109 confirm = always
5b61754d 110 suppressfrom = true
f473de80 111 suppresscc = author
5b61754d 112 smtpserver = localhost:1111
28429591
MF
113 transferEncoding = 8bit
114# composeencoding = utf-8
115 assume8bitEncoding = 8bit