Name hash fixups: export (and rename) remove_hash_entry
[gitweb.git] / Documentation / config.txt
index f2f6a774e044e03e78d83e4e77aedcff122f5688..7b676710bab0709970abe7411d2246c0eb2b34b8 100644 (file)
@@ -489,6 +489,13 @@ color.status.<slot>::
 commit.template::
        Specify a file to use as the template for new commit messages.
 
+color.ui::
+       When set to `always`, always use colors in all git commands which
+       are capable of colored output. When false (or `never`), never. When
+       set to `true` or `auto`, use colors only when the output is to the
+       terminal. When more specific variables of color.* are set, they always
+       take precedence over this setting. Defaults to false.
+
 diff.autorefreshindex::
        When using `git diff` to compare with work tree
        files, do not consider stat-only change as changed.