summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 5121d6a..a0459dd 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,6 +1,8 @@
[alias]
- ll = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --all --graph
- lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph
+ llb = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --graph
+ ll = !git llb --all
+ lllb = !git llb --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\"
+ lll = !git lllb --all
[credential]
helper = cache --timeout=3600
[include]