1
0
Fork 0

gitconfig: setting color.X to "always" results in patch malformation, revert to "auto"

This commit is contained in:
Pratham Patel 2024-04-06 20:38:25 +05:30
parent 4fb812497e
commit 47f7a951f8
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 11 additions and 11 deletions

View File

@ -7,17 +7,17 @@
thresholdForParallelism = 1000 # perform parallel checkout only if files are > 1000 thresholdForParallelism = 1000 # perform parallel checkout only if files are > 1000
workers = 0 # < 1 means use all **logical** cores workers = 0 # < 1 means use all **logical** cores
[color] [color]
ui = always ui = auto
advice = always advice = auto
branch = always branch = auto
diff = always diff = auto
grep = always grep = auto
interactive = always interactive = auto
push = always push = auto
remote = always remote = auto
showBranch = always showBranch = auto
status = always status = auto
transport = always transport = auto
[column] [column]
ui = auto,column,nodense # should cover all supported commands; I hope ui = auto,column,nodense # should cover all supported commands; I hope
status = never # show one entry of 'untracked files' per line status = never # show one entry of 'untracked files' per line