Skip to content

Commit

Permalink
Merge branch 'rr/column-doc'
Browse files Browse the repository at this point in the history
* rr/column-doc:
  column doc: rewrite documentation for column.ui
  • Loading branch information
Junio C Hamano committed Jul 1, 2013
2 parents 43f25ae + 5e62cc1 commit 66929c4
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -934,26 +934,40 @@ column.ui::
This variable consists of a list of tokens separated by spaces
or commas:
+
These options control when the feature should be enabled
(defaults to 'never'):
+
--
`always`;;
always show in columns
`never`;;
never show in columns
`auto`;;
show in columns if the output is to the terminal
--
+
These options control layout (defaults to 'column'). Setting any
of these implies 'always' if none of 'always', 'never', or 'auto' are
specified.
+
--
`column`;;
fill columns before rows (default)
fill columns before rows
`row`;;
fill rows before columns
`plain`;;
show in one column
--
+
Finally, these options can be combined with a layout option (defaults
to 'nodense'):
+
--
`dense`;;
make unequal size columns to utilize more space
`nodense`;;
make equal size columns
--
+
This option defaults to 'never'.

column.branch::
Specify whether to output branch listing in `git branch` in columns.
Expand Down

0 comments on commit 66929c4

Please sign in to comment.