configs  Diff

Differences From Artifact [27cd980840]:

To Artifact [a585fc50ec]:


1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18
19
20
[user]
	name = Jonathan Schleifer
	email = js@webkeks.org

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged

	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan



|










>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
	name = Jonathan Schleifer
	email = js@heap.zone

[color]
	ui = auto
	interactive = auto

[alias]
	ci = commit -S
	co = checkout
	d = diff
	ds = diff --staged
	serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
	slog = log --show-signature
	sshow = show --show-signature
	st = status -s

[format]
	signature = Jonathan