summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
commit1365ca3bda21f91694f354abdb3459692fcbcf1c (patch)
treea4cedaa49cc2312c917c6056b3fa2c44697b6b47 /git-config.html
parent7af7f87d1682bc0221ef8ef496126c204d35760d (diff)
downloadgit-htmldocs-1365ca3bda21f91694f354abdb3459692fcbcf1c.tar.gz
Autogenerated HTML docs for v2.45.0-145-g3e4a2
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index 34c15a9a0..e9d68dc2f 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1946,7 +1946,8 @@ terminals, this is usually not the same as setting to "white black".</p></div>
<div class="paragraph"><p>Colors 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). If
your terminal supports it, you may also specify 24-bit RGB values as
-hex, like <code>#ff0ab3</code>.</p></div>
+hex, like <code>#ff0ab3</code>, or 12-bit RGB values like <code>#f1b</code>, which is
+equivalent to the 24-bit color <code>#ff11bb</code>.</p></div>
<div class="paragraph"><p>The accepted attributes are <code>bold</code>, <code>dim</code>, <code>ul</code>, <code>blink</code>, <code>reverse</code>,
<code>italic</code>, and <code>strike</code> (for crossed-out or "strikethrough" letters).
The position of any attributes with respect to the colors