diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2017-10-12 11:44:33 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2017-10-12 11:44:33 +0200 |
commit | d98ecabf186d5eaf9f521b33b942ff8eb2f0d87b (patch) | |
tree | 9111a10189a72d09fc4c8e023efff17a6a503180 | |
parent | f1d4da54830220557361614e9532a570eefdc846 (diff) |
Add log alias showing all branches and paths
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |