# HG changeset patch # User Jeff Hammel # Date 1700143029 28800 # Node ID 06d2cc0fe045825f1140b2c11512e6d6f923fa91 # Parent d01703658029bb57d8c6d5abbacb144dfa66b7cb add signing key diff -r d01703658029 -r 06d2cc0fe045 .gitconfig --- a/.gitconfig Thu Feb 09 14:16:11 2023 -0800 +++ b/.gitconfig Thu Nov 16 05:57:09 2023 -0800 @@ -3,6 +3,7 @@ [user] name = Jeff Hammel email = jhammel@brightsign.biz + signingkey = /Users/jhammel/.ssh/id_rsa.pub [alias] branches = branch -a current-branch = rev-parse --abbrev-ref HEAD @@ -30,3 +31,5 @@ recurseSubmodules = on-demand [status] submoduleSummary = true +[gpg] + format = ssh