commit | a0c2089c1d48dc9969822126170d35c6e5aa141f | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri Jul 07 17:48:02 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri Jul 07 17:48:02 2006 -0700 |
tree | 13386300f39d2409ceeadc3a42ba2ee9baf4a35c | |
parent | 6bdca8905764affcab0c92a60a6a319080d76652 [diff] |
colored diff: diff.color = auto fix Even if the standard output is connected to a tty, do not colorize the diff if we are talking to a dumb terminal when diff.color configuration variable is set to "auto". Signed-off-by: Junio C Hamano <junkio@cox.net>