modules/git: Enable gpg signing at work
This commit is contained in:
parent
a4dbd37a6e
commit
63f2a8d3fd
1 changed files with 2 additions and 1 deletions
|
@ -75,9 +75,10 @@
|
||||||
user = {
|
user = {
|
||||||
email = "breidenstein@denic.de";
|
email = "breidenstein@denic.de";
|
||||||
name = "Felix Breidenstein";
|
name = "Felix Breidenstein";
|
||||||
|
signingKey = "DC89E09ED2749442";
|
||||||
};
|
};
|
||||||
commit = {
|
commit = {
|
||||||
gpgSign = false;
|
gpgSign = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue