From dd61cc1c2eefc6aa06bb6ad815891a3f49489d63 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Wed, 18 Jul 2018 19:37:48 +0200 Subject: [PATCH] Documentation: fix --color option formatting Add missing colon in two places to fix formatting of options. Signed-off-by: Andrei Rybak Signed-off-by: Junio C Hamano --- Documentation/git-for-each-ref.txt | 2 +- Documentation/git-tag.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index cbd0a6212a..183b15d4f8 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 956fc019f9..cef01e1a01 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).