• J
    t: use test_decode_color rather than literal ANSI codes · 097b681b
    Jeff King 提交于
    When we put literal ANSI terminal codes into our test
    scripts, it makes diffs on those scripts hard to read (the
    colors may be indistinguishable from diff coloring, or in
    the case of a reset, may not be visible at all).
    
    Some scripts get around this by including human-readable
    names and converting to literal codes with a git-config
    hack. This makes the actual code diffs look OK, but test_cmp
    output suffers from the same problem.
    
    Let's use test_decode_color instead, which turns the codes
    into obvious text tags.
    Signed-off-by: NJeff King <peff@peff.net>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    097b681b
t4207-log-decoration-colors.sh 1.8 KB