From 866eb19d97df34513252eee944103a450562993e Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sat, 23 Apr 2022 01:17:48 +0200 Subject: [PATCH] Turn off color for history graph --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 67e8eff..c910008 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 --date-order + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --no-color --date=short --date-order type = cat-file -t dump = cat-file -p [push]