From eb85fa0db5a0ac3b48564f8d9f0e895a0a79c1f3 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 15 Feb 2015 19:25:11 +0000 Subject: [PATCH] gitconfig: Add slog and sshow to show signatures --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 227a152..8672bcd 100644 --- a/gitconfig +++ b/gitconfig @@ -11,6 +11,8 @@ co = checkout d = diff ds = diff --staged + slog = log --show-signature + sshow = show --show-signature st = status -s [format]