summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.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-for-each-ref.txt
parent7e5712f7521704937039a5af0af6ddb080c63ffd (diff)
downloadgit-htmldocs-d8dc0b56b66fea3957211f032039c350d72131b9.tar.gz
Autogenerated HTML docs for v2.15.0-rc0-37-gd3568
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 66b4e0a40..cbd0a6212 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -57,6 +57,11 @@ OPTIONS
`xx`; for example `%00` interpolates to `\0` (NUL),
`%09` to `\t` (TAB) and `%0a` to `\n` (LF).
+--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).
+
--shell::
--perl::
--python::