configs  Check-in [22d19c2738]

Overview
Comment:gitconfig: Specify signing key
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 22d19c27388b9e3d59bdfee7cce03b38352d86ea8618678b9678f90fa4f9e917
User & Date: js on 2018-07-03 22:12:22
Other Links: manifest | tags
Context
2018-07-03
22:12
Xdefaults: Disable "transparency" in (u)rxvt check-in: 94f56cbb9d user: js tags: trunk
22:12
gitconfig: Specify signing key check-in: 22d19c2738 user: js tags: trunk
22:11
Use $VIMRUNTIME instead of hardcoded path check-in: 97bb3557a0 user: js tags: trunk
Changes

Modified gitconfig from [a3283883cc] to [63d3384ea2].

1
2
3

4
5
6
7
8
9
10
[user]
	name = Jonathan Schleifer
	email = js@heap.zone


[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S



>







1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Jonathan Schleifer
	email = js@heap.zone
	signingkey = C6C58EC2EF89091E0E13CD58D83A76BFE376345E

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S