implement fetching of moved submodules
[gitweb.git] / Documentation / git-for-each-ref.txt
index 66b4e0a4050655e7fab27a6fe72af03d6c99f3b2..cbd0a6212a62a618252e7b56397239d4066dcbd7 100644 (file)
@@ -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::