Mercurial > hg > config
changeset 902:06d2cc0fe045
add signing key
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Nov 2023 05:57:09 -0800 |
parents | d01703658029 |
children | 08da6a1bb4c9 |
files | .gitconfig |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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