From 9fd2f89eabb93ea078838443b7a82dec8367a612 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 16 Dec 2016 10:23:03 +0100 Subject: [PATCH] Show tags and signatures on 'git lg' --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8525646..46f45bf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,9 +8,9 @@ dc = diff --cached ci = commit br = branch - lg = log -p - lol = log --graph --decorate --pretty=oneline --abbrev-commit - lola = log --graph --decorate --pretty=oneline --abbrev-commit --all + lg = log -p --decorate=full --show-signature + lol = log --graph --decorate=full --pretty=oneline --abbrev-commit + lola = log --graph --decorate=full --pretty=oneline --abbrev-commit --all ls = ls-files # Show files ignored by git: