blob: cdd95ab2698ff1c0e2ea1503da35c1e56a9bac2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[user]
name = P. J. McDermott
email = pj@pehjota.net
[core]
editor = vim
pager = less -+FX
[url "git://git.debian.org/d-i/"]
insteadOf = git+ssh://git.debian.org/git/d-i/
[url "ssh://patrick.mcdermott@git.libiquity.com/srv/git/branding/branding.git"]
insteadOf = ssh://git.libiquity.com/srv/git/branding/branding.git
[sendemail "proteanos-dev"]
from = \"Patrick 'P. J.' McDermott\" <pj+proteanos-ml@pehjota.net>
cc = proteanos-dev@lists.proteanos.com
smtpserver = mail.pehjota.net
suppresscc = self
[sendemail "echo"]
from = \"Patrick 'P. J.' McDermott\" <pj@pehjota.net>
to = pj@pehjota.net
smtpserver = mail.pehjota.net
suppresscc = self
[init]
defaultBranch = main
|