summary refs log tree commit diff
path: root/home/.config/git/config
blob: 064e4760efcc0a211a8817d22faf81907f2c8510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[user]
	name = C. McEnroe
	email = june@causal.agency

[commit]
	gpgSign = true
	verbose = true

[merge]
	conflictStyle = diff3

[rebase]
	autosquash = true

[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>

[include]
	path = ./private
gmsg'> 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe