From 691c0fd71b016b9122403cb1dc686cf55a2dd832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 18 Aug 2017 15:48:13 +0200 Subject: [PATCH] Add automatic graph sorting by date --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index a2b9875..76e74ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ interactive = add --patch diffdir = difftool --dir-diff - graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' + graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%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)' stage = add