summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-12 15:34:53 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-12 15:34:53 -0800
commite3b2b33477ab280a38c444e8167f8a48b3d14c5b (patch)
treef8737f7bbbffe4f110efe18b8cd9f88476058b1a /config.txt
parentfad84129b4a5c4269d078ca268c893969973c5d6 (diff)
downloadgit-htmldocs-e3b2b33477ab280a38c444e8167f8a48b3d14c5b.tar.gz
Autogenerated HTML docs for v2.2.0-65-g9abc
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 922072596..f615a5c35 100644
--- a/config.txt
+++ b/config.txt
@@ -839,6 +839,10 @@ accepted are `normal`, `black`, `red`, `green`, `yellow`, `blue`,
`blink` and `reverse`. The first color given is the foreground; the
second is the background. The position of the attribute, if any,
doesn't matter.
++
+Colors (foreground and background) may also be given as numbers between
+0 and 255; these use ANSI 256-color mode (but note that not all
+terminals may support this).
color.diff::
Whether to use ANSI escape sequences to add color to patches.