From: Junio C Hamano Date: Wed, 15 Aug 2018 22:08:19 +0000 (-0700) Subject: Merge branch 'jk/ui-color-always-to-auto' X-Git-Tag: v2.19.0-rc0~87 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5a6693089f599546adc2559d0117b91767b1f10c?hp=1d89318c48d233d52f1db230cf622935ac3c69fa Merge branch 'jk/ui-color-always-to-auto' Doc formatting fix. * jk/ui-color-always-to-auto: Documentation: fix --color option formatting --- diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 085d177d97..901faef1bf 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -57,7 +57,7 @@ OPTIONS `xx`; for example `%00` interpolates to `\0` (NUL), `%09` to `\t` (TAB) and `%0a` to `\n` (LF). ---color[=]: +--color[=]:: Respect any colors specified in the `--format` option. The `` field must be one of `always`, `never`, or `auto` (if `` is absent, behave as if `always` was given). diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 87c4288ffc..92f9c12b87 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -115,7 +115,7 @@ options for details. variable if it exists, or lexicographic order otherwise. See linkgit:git-config[1]. ---color[=]: +--color[=]:: Respect any colors specified in the `--format` option. The `` field must be one of `always`, `never`, or `auto` (if `` is absent, behave as if `always` was given).