From cbac8c221a8d4ad210784a827f91f8d4b8cbef65 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 28 Nov 2014 23:29:41 +0100 Subject: Git config: make lg alias show also {,un}signed commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 109ae2e..cbe1a90 100644 --- a/.gitconfig +++ b/.gitconfig @@ -55,7 +55,7 @@ git wc --color \"$@\" | subwc | ${GIT_PAGER:-${PAGER:-less}};\ }; git_pwc" # http://www.jukie.net/bart/blog/pimping-out-git-log - lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' \ + lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset %Cred[%G?]%Creset' \ --abbrev-commit --date=relative ack = "!git_ack() {\ -- cgit