1
1
Fork 0
configs/gitconfig
Jonathan Schleifer 051f60c7a6 gitconfig: Don't use gpgsign = true
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.
2015-02-15 19:31:20 +00:00

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