aboutsummaryrefslogtreecommitdiff
path: root/wildmatch.c
diff options
context:
space:
mode:
authorRichard Hansen <rhansen@bbn.com>2015-06-17 15:06:25 -0400
committerJunio C Hamano <gitster@pobox.com>2015-06-17 13:05:00 -0700
commitca92a660bf085efd8867861b4d80d95659dd49a3 (patch)
tree9619c273a29dae9cbcee5a69deab121442511098 /wildmatch.c
parent102fc80d32094ad6598b17ab9d607516ee8edc4a (diff)
downloadgit-ca92a660bf085efd8867861b4d80d95659dd49a3.tar.gz
git-ca92a660bf085efd8867861b4d80d95659dd49a3.tar.xz
Revert "test-lib.sh: do tests for color support after changing HOME"
This reverts commit 102fc80d32094ad6598b17ab9d607516ee8edc4a. There are two issues with that commit: * It is buggy. In pseudocode, it is doing: color is set || TERM != dumb && color works && color=t when it should be doing: color is set || { TERM != dumb && color works && color=t } * It unnecessarily disables color when tput needs to read ~/.terminfo to get the control sequences. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wildmatch.c')
0 files changed, 0 insertions, 0 deletions