The reason is that this causes all kinds of operations to sign, many even sign multiple times. This option is completely unusable with a smartcard that requires a PIN. Instead, only sign when commiting using ci.
28 lines
349 B
Text
28 lines
349 B
Text
[user]
|
|
name = Jonathan Schleifer
|
|
email = js@webkeks.org
|
|
|
|
[color]
|
|
ui = auto
|
|
interactive = auto
|
|
|
|
[alias]
|
|
ci = commit -S
|
|
co = checkout
|
|
d = diff
|
|
ds = diff --staged
|
|
slog = log --show-signature
|
|
sshow = show --show-signature
|
|
st = status -s
|
|
|
|
[format]
|
|
signature = Jonathan
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
[push]
|
|
default = matching
|
|
|
|
[gpg]
|
|
program = gpg2
|