fetch: document that pruning happens before fetching
[gitweb.git] / Documentation / config.txt
index f4fb31a08d89ce0f753a27f9d00fc4d769e3f297..2e919f0df8c13b31cbea45690d2677809116bf88 100644 (file)
@@ -906,7 +906,8 @@ command line with the `--color[=<when>]` option.
 color.diff.<slot>::
        Use customized color for diff colorization.  `<slot>` specifies
        which part of the patch to use the specified color, and is one
-       of `plain` (context text), `meta` (metainformation), `frag`
+       of `context` (context text - `plain` is a historical synonym),
+       `meta` (metainformation), `frag`
        (hunk header), 'func' (function in hunk header), `old` (removed lines),
        `new` (added lines), `commit` (commit headers), or `whitespace`
        (highlighting whitespace errors).