X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=git%2F.gitconfig;h=c4866f35ee1d5c8b038274f7e2bfda04abb5d2d4;hb=ae07ccf0b4134659b4d34ab1ac37815b95d3ba15;hp=d5e5f811d6f117fcb1151d6036d0411145b4a8f4;hpb=1b17ece26e2019c0d2d2eb3d612e2dff5cca0169;p=max%2Fdotfiles.git 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