From d98ecabf186d5eaf9f521b33b942ff8eb2f0d87b Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Thu, 12 Oct 2017 11:44:33 +0200 Subject: Add log alias showing all branches and paths --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index c6ff7dd..47d6b7c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -54,7 +54,8 @@ lnc = log --pretty=format:"%h\\ %s\\ [%cn]" fl = log -u filelog = log -u - lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lga = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all # }}} # diff {{{ d = diff --word-diff -- cgit v1.2.3