configs  Check-in [8f7a075094]

Overview
Comment:gitconfig: Rename serve alias to server

It seems git serve is now a command.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8f7a075094b760060164dcf538cdfc0f50495f9af3a7bce5c70ff4a5c8a46f53
User & Date: js on 2018-07-08 19:50:48
Other Links: manifest | tags
Context
2018-07-08
19:59
Rewrite create_symlinks.sh script check-in: 21cf9a05ec user: js tags: trunk
19:50
gitconfig: Rename serve alias to server check-in: 8f7a075094 user: js tags: trunk
19:49
gitconfig: Set fsckObjects to true check-in: fc1428be06 user: js tags: trunk
Changes

Modified gitconfig from [b6eaf3613a] to [6c22d77167].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	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








|







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	interactive = auto

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

[format]
	signature = Jonathan