From 47f7a951f83342ff89b1a1619cd5d637c4eb195f Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 6 Apr 2024 20:38:25 +0530 Subject: [PATCH] gitconfig: setting color.X to "always" results in patch malformation, revert to "auto" --- .gitconfig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitconfig b/.gitconfig index c57f8e9..7c54e8a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,17 +7,17 @@ thresholdForParallelism = 1000 # perform parallel checkout only if files are > 1000 workers = 0 # < 1 means use all **logical** cores [color] - ui = always - advice = always - branch = always - diff = always - grep = always - interactive = always - push = always - remote = always - showBranch = always - status = always - transport = always + ui = auto + advice = auto + branch = auto + diff = auto + grep = auto + interactive = auto + push = auto + remote = auto + showBranch = auto + status = auto + transport = auto [column] ui = auto,column,nodense # should cover all supported commands; I hope status = never # show one entry of 'untracked files' per line