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
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