From bb9165b5b96e750b31304b221637e0240846337f Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 10:39:58 +0000 Subject: [PATCH] Git commit signing --- git/.gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index d5e5f81..c4866f3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,6 +7,7 @@ [user] name = Maximilian Friedersdorff email = max@friedersdorff.com + signingkey = F5E7FCB3 [core] editor = vim excludesfile = /home/max/.gitignore @@ -16,8 +17,8 @@ [push] default = simple [alias] - lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short - hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short + lg = log --graph --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short + hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short struct = log --graph --full-history --all --pretty=format:'%ad %s %Creset %C(yellow)%d%Creset' --date=short --simplify-by-decoration co = checkout ci = commit -- 2.45.2