diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-11-11 22:18:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-11 22:18:38 +0100 |
commit | 8d9e92b06b704a23b9e6d1e58ede04f5cb1e42f6 (patch) | |
tree | 95f3517c1b3cffd837415e7c3ea6157e06bcc20d /Documentation/config.txt | |
parent | Merge branch 'jc/abbrev-doc' (diff) | |
parent | doc: fixing two trivial typos in Documentation/ (diff) | |
download | git-8d9e92b06b704a23b9e6d1e58ede04f5cb1e42f6.tar.xz git-8d9e92b06b704a23b9e6d1e58ede04f5cb1e42f6.zip |
Merge branch 'mc/typofix'
Docfix.
* mc/typofix:
doc: fixing two trivial typos in Documentation/
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 025ca4df11..f292c2689e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -265,7 +265,7 @@ color:: The basic colors accepted are `normal`, `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan` and `white`. The first color given is the foreground; the second is the background. All the basic colors except -`normal` have a bright variant that can be speficied by prefixing the +`normal` have a bright variant that can be specified by prefixing the color with `bright`, like `brightred`. + Colors may also be given as numbers between 0 and 255; these use ANSI |