[git] added allowed_signers

This commit is contained in:
Afonso Franco 2024-10-11 15:15:26 +01:00
parent a7f463f110
commit b38d76e164
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
2 changed files with 3 additions and 0 deletions

View file

@ -34,3 +34,5 @@
defaultBranch = main
[alias]
count-lines = "! git log --author=\"$1\" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf \"added lines: %s, removed lines: %s, total lines: %s\\n\", add, subs, loc }' #"
[gpg "ssh"]
allowedSignersFile = /home/afonso/.ssh/allowed_signers

View file

@ -1,2 +1,3 @@
[user]
email = afonso@francof.net
name = afonsofrancof