hexchen: don't sign by default
This commit is contained in:
parent
1987592f13
commit
57621265e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
userEmail = "hexchen@lilwit.ch";
|
userEmail = "hexchen@lilwit.ch";
|
||||||
signing = {
|
signing = {
|
||||||
key = "B1DF5EAD";
|
key = "B1DF5EAD";
|
||||||
signByDefault = true;
|
signByDefault = false;
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
|
Loading…
Reference in a new issue