diff options
author | xero <x@xero.nu> | 2017-01-23 00:15:24 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2017-01-23 00:15:24 -0500 |
commit | 0d66c53e7e50c01b6ebae7218b9b924747c3b6ec (patch) | |
tree | 95b62aa2c584de38ddd61af6c0fd62d5e87edcef | |
parent | 3cf3b8ef6764c9ec44605904217f51f1eba8e6d6 (diff) | |
download | dotfiles_ascii-0d66c53e7e50c01b6ebae7218b9b924747c3b6ec.tar.xz dotfiles_ascii-0d66c53e7e50c01b6ebae7218b9b924747c3b6ec.zip |
git signing with gpg!
-rw-r--r-- | git/.gitconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index a67a232..5b3f1f4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,10 +1,11 @@ [user] name = xero email = x@xero.nu + signingkey = EB2399A45E8BCE0F [credential] helper = cache [alias] - graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n" + graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%x20%s%n" stat = status -sb last = log -1 --stat unstage = reset HEAD -- @@ -16,3 +17,5 @@ tool = vimdiff [difftool] prompt = false +[gpg] + program = gpg |