commit | 9dc3515cf005639317fb95492b3157aadf056923 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu Jun 23 13:40:16 2016 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 11:32:51 2016 -0700 |
tree | 2225ac4d85a5ac5f93434edd70fad8a27f715ea1 | |
parent | 54590a0eda10ecfdc39398d662ab3f663491067e [diff] |
color: support strike-through attribute This is the only remaining attribute that is commonly supported (at least by xterm) that we don't support. Let's add it for completeness. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>