From 0b7a0bd024e7241ffd52afcb15ae3318e98c39fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 18 Dec 2018 13:19:15 +0100 Subject: [PATCH] Add aliases for current place in graph and outgoing commits --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 88b40cd..d130068 100644 --- a/.gitconfig +++ b/.gitconfig @@ -35,6 +35,8 @@ diffdir = difftool --dir-diff graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' + where = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' --max-count=7 + outgoing = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' @{u}..HEAD [diff] compactionHeuristic = true indentHeuristic = true