]> git.netwichtig.de Git - user/henk/vcsh/git.git/commitdiff
Add log alias showing all branches and paths
authorHendrik Jäger <hendrik@securosys.ch>
Thu, 12 Oct 2017 09:44:33 +0000 (11:44 +0200)
committerHendrik Jäger <hendrik@securosys.ch>
Thu, 12 Oct 2017 09:44:33 +0000 (11:44 +0200)
.config/git/config

index c6ff7dd84681a2095a8268b1b5fee3eb85f4e85e..47d6b7c2a4373d01ee0ee007c1a6f1dca067ddb9 100644 (file)
@@ -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