Rotate PGP-Key
This commit is contained in:
parent
773a17a91a
commit
f78cc05dd1
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = tobias.manske@mailbox.org
|
email = tobias.manske@mailbox.org
|
||||||
name = Tobias Manske
|
name = Tobias Manske
|
||||||
signingkey = FF57750B830AA3A1
|
signingkey = 511951B04CA6348737AAA76344EA83E2013CC39A
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||||
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
|
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
default-cache-ttl 2
|
default-cache-ttl 2
|
||||||
default-cache-ttl-ssh 5
|
default-cache-ttl-ssh 2
|
||||||
max-cache-ttl 2
|
max-cache-ttl 2
|
||||||
max-cache-ttl-ssh 30
|
max-cache-ttl-ssh 2
|
||||||
no-allow-external-cache
|
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
ignore-cache-for-signing
|
|
||||||
ssh-fingerprint-digest sha256
|
ssh-fingerprint-digest sha256
|
||||||
allow-loopback-pinentry
|
allow-loopback-pinentry
|
||||||
pinentry-program /usr/bin/pinentry-qt
|
pinentry-program /usr/bin/pinentry-gtk-2
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
default-key 020237017D271D4E2344D8F3FF57750B830AA3A1
|
default-key 511951B04CA6348737AAA76344EA83E2013CC39A
|
||||||
no-greeting
|
no-greeting
|
||||||
expert
|
expert
|
||||||
use-agent
|
use-agent
|
||||||
pinentry-mode loopback
|
|
||||||
no-emit-version
|
no-emit-version
|
||||||
no-comments
|
no-comments
|
||||||
keyid-format 0xlong
|
keyid-format 0xlong
|
||||||
keyserver hkps://keyserver.ubuntu.com
|
keyserver hkps://keyserver.ubuntu.com
|
||||||
|
# pinentry-mode loopback
|
||||||
|
Loading…
Reference in New Issue
Block a user