]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config.txt
Add column layout skeleton and git-column
[thirdparty/git.git] / Documentation / config.txt
index e55dae1806a8889d8179c94139bb60a2c5f7a9a6..9aabef124ccf8a6c53fb240673ca47ca9b696c8c 100644 (file)
@@ -836,6 +836,24 @@ color.ui::
        `never` if you prefer git commands not to use color unless enabled
        explicitly with some other configuration or the `--color` option.
 
+column.ui::
+       Specify whether supported commands should output in columns.
+       This variable consists of a list of tokens separated by spaces
+       or commas:
++
+--
+`always`;;
+       always show in columns
+`never`;;
+       never show in columns
+`auto`;;
+       show in columns if the output is to the terminal
+`plain`;;
+       show in one column
+--
++
+       This option defaults to 'never'.
+
 commit.status::
        A boolean to enable/disable inclusion of status information in the
        commit message template when using an editor to prepare the commit