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: |
8f7a075094b760060164dcf538cdfc0f |
User & Date: | js 2018-07-08 19:50:48 |
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
Changes to gitconfig.
︙ | ︙ | |||
8 9 10 11 12 13 14 | interactive = auto [alias] ci = commit -S co = checkout d = diff ds = diff --staged | | | 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 |
︙ | ︙ |