summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-15 22:08:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-15 22:08:19 (GMT)
commit5a6693089f599546adc2559d0117b91767b1f10c (patch)
treef8bffd179afeab7f9b4ccb136ae17b75068206d6
parent1d89318c48d233d52f1db230cf622935ac3c69fa (diff)
parentdd61cc1c2eefc6aa06bb6ad815891a3f49489d63 (diff)
downloadgit-5a6693089f599546adc2559d0117b91767b1f10c.zip
git-5a6693089f599546adc2559d0117b91767b1f10c.tar.gz
git-5a6693089f599546adc2559d0117b91767b1f10c.tar.bz2
Merge branch 'jk/ui-color-always-to-auto'
Doc formatting fix. * jk/ui-color-always-to-auto: Documentation: fix --color option formatting
-rw-r--r--Documentation/git-for-each-ref.txt2
-rw-r--r--Documentation/git-tag.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index 085d177..901faef 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[=<when>]:
+--color[=<when>]::
Respect any colors specified in the `--format` option. The
`<when>` field must be one of `always`, `never`, or `auto` (if
`<when>` is absent, behave as if `always` was given).
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 87c4288..92f9c12 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[=<when>]:
+--color[=<when>]::
Respect any colors specified in the `--format` option. The
`<when>` field must be one of `always`, `never`, or `auto` (if
`<when>` is absent, behave as if `always` was given).