From d076880470de0edec9c9d2c08b474bd7d1bcd146 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Mon, 9 Apr 2018 12:00:22 +0200 Subject: [PATCH] Order hist strictly by date By default git tries to keep different branches together, but I find that more confusing than helpful. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 1ed4f9f..67e8eff 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,7 +6,7 @@ ci = commit st = status br = branch - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short --date-order type = cat-file -t dump = cat-file -p [push]