From 2aada03807e60e2fa255b065f1315c3699d603a5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 24 Oct 2021 23:06:52 +0300 Subject: gitconfig: steal log aliases https://thoughtbot.com/blog/dumpster-diving-through-dotfiles-better-git-logging --- .gitconfig##h.lowe | 4 +++- .gitconfig##h.luchs | 4 +++- .gitconfig##h.maus | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe index e66c268..b4dea18 100644 --- a/.gitconfig##h.lowe +++ b/.gitconfig##h.lowe @@ -12,10 +12,12 @@ ci = commit st = status br = branch - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p adog = log --all --decorate --oneline --graph + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + sl = log --oneline --decorate -20 + sla = log --oneline --decorate --graph --all -20 [credential] helper = cache --timeout=3600 [color] diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs index bd7343f..8f2fb6a 100644 --- a/.gitconfig##h.luchs +++ b/.gitconfig##h.luchs @@ -12,10 +12,12 @@ ci = commit st = status br = branch - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p adog = log --all --decorate --oneline --graph + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + sl = log --oneline --decorate -20 + sla = log --oneline --decorate --graph --all -20 [credential] helper = cache --timeout=3600 [color] diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus index 76c9a91..16b69f4 100644 --- a/.gitconfig##h.maus +++ b/.gitconfig##h.maus @@ -12,10 +12,12 @@ ci = commit st = status br = branch - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p adog = log --all --decorate --oneline --graph + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + sl = log --oneline --decorate -20 + sla = log --oneline --decorate --graph --all -20 [credential] helper = cache --timeout=3600 [color] -- cgit v1.2.3-70-g09d2