sign commits
This commit is contained in:
parent
8ad9475f34
commit
f538623ac8
|
@ -248,6 +248,8 @@ in
|
||||||
girt = pkgs.git-interactive-rebase-tool;
|
girt = pkgs.git-interactive-rebase-tool;
|
||||||
in "${girt}/bin/interactive-rebase-tool";
|
in "${girt}/bin/interactive-rebase-tool";
|
||||||
branch.sort = "-committerdate";
|
branch.sort = "-committerdate";
|
||||||
|
gpg.format = "ssh";
|
||||||
|
user.signingKey = "~/.ssh/id_rsa.pub";
|
||||||
};
|
};
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue