Overview
Comment: | gitconfig: Add slog and sshow to show signatures |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d2de94415eb7a252bbed78743b76486e |
User & Date: | js 2015-02-15 19:25:12 |
Context
2015-02-15
| ||
19:27 | zshrc: export EDITOR check-in: bc901a6b26 user: js tags: trunk | |
19:25 | gitconfig: Add slog and sshow to show signatures check-in: d2de94415e user: js tags: trunk | |
19:24 | vim/after/syntax/objc.vim: Add of_offset_t check-in: 78367d3e54 user: js tags: trunk | |
Changes
Changes to gitconfig.
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 co = checkout d = diff ds = diff --staged st = status -s [format] signature = Jonathan [core] editor = vim | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [user] name = Jonathan Schleifer email = js@webkeks.org [color] ui = auto interactive = auto [alias] ci = commit co = checkout d = diff ds = diff --staged slog = log --show-signature sshow = show --show-signature st = status -s [format] signature = Jonathan [core] editor = vim |
︙ | ︙ |