blob: aacd26c43cbb31824cc3726d343045eb2bc09afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[user]
email = dholman@gymli.org
name = Danny Holman
[sendemail]
from = Danny Holman <dholman@gymli.org>
smtpuser =
smtpserver = "/usr/bin/msmtp -a private -t"
smtpencryption = tls
chainreplyto = false
confirm = auto
[rerere]
enabled = true
[fetch]
writeCommitGraph = true
[pull]
rebase = false
[init]
defaultBranch = master
[safe]
directory = *
[maintenance]
repo = /home/dholman/repositories/linux
[alias]
cs = commit --signoff
|