summary refs log tree commit diff
path: root/.gitconfig
blob: 971dfba6f6bec117cef7754a44fdac8de36998d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
	name = Curtis McEnroe
	email = programble@gmail.com
[core]
	editor = vim
	excludesfile = ~/.gitignore.global
	autocrlf = input
[sendemail]
	smtpencryption = tls
	smtpserver = smtp.gmail.com
	smtpuser = programble@gmail.com
	smtpserverport = 587
[merge]
	tool = vimdiff
[color]
	ui = true
[push]
	default = simple
[include]
	path = .gitconfig.private
[github]
	user = programble
[help]
	autocorrect = 1
mit/daemon.c?id=8bd0b51140f24f253e8da91112a5e44b53837964&follow=1'>Drop pledge privileges after daemonization 1.2June McEnroe 2021-02-01Remove use of "%n"June McEnroe 2021-02-01Check signals first in the loopJune McEnroe 2020-12-15Log a message when stopping a service waiting to restart 1.1June McEnroe 2020-11-10Refactor unveil calls so errors can be reported properlyJune McEnroe 2020-10-27Do not increment signalsJune McEnroe 2020-10-23Only look up group if one is namedJune McEnroe 2020-10-23Remove default defines of RUNDIR, ETCDIRJune McEnroe 2020-10-23Set shell scripts executable in buildJune McEnroe 2020-10-20Humanize milliseconds if interval is less than 1sJune McEnroe 2020-10-20Humanize restart intervalJune McEnroe 2020-08-17Document default catsit.conf location on OpenBSD 1.0June McEnroe 2020-08-17Template catsit script with RUNDIRJune McEnroe 2020-08-17Clean up includesJune McEnroe 2020-08-17Log service uptime in statusJune McEnroe