Code

Add an option to ignore unknown directories contents in the status view
[tig.git] / tigrc.5.txt
index df487497c79048131bae5fb28da3bc7abfb96d25..2d9afddd2dff47198d85112cfede22d164c78a46 100644 (file)
@@ -143,6 +143,12 @@ The following variables can be set:
        The encoding used for commits. The default is UTF-8. Note this option
        is shadowed by the "i18n.commitencoding" option in `.git/config`.
 
+'status-untracked-dirs' (bool)::
+
+       Show untracked directories contents in the status view (analog to
+       `git ls-files --directory` option. On by default.
+
+
 Bind command
 ------------