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: |
22d19c27388b9e3d59bdfee7cce03b38 |
User & Date: | js 2018-07-03 22:12:22 |
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
Changes to gitconfig.
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 |
︙ | ︙ |