summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-07 16:47:19 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-07 16:47:19 +0900
commitd8dc0b56b66fea3957211f032039c350d72131b9 (patch)
treeba604e6cfc3989f6f1edd9fc838aa4e14a3ba793 /git-tag.txt
parent7e5712f7521704937039a5af0af6ddb080c63ffd (diff)
downloadgit-htmldocs-d8dc0b56b66fea3957211f032039c350d72131b9.tar.gz
Autogenerated HTML docs for v2.15.0-rc0-37-gd3568
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 95e9f391d..956fc019f 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -115,6 +115,11 @@ options for details.
variable if it exists, or lexicographic order otherwise. See
linkgit:git-config[1].
+--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).
+
-i::
--ignore-case::
Sorting and filtering tags are case insensitive.