Skip to content

Commit 66929c4

Browse files
committed
Merge branch 'rr/column-doc'
* rr/column-doc: column doc: rewrite documentation for column.ui
2 parents 43f25ae + 5e62cc1 commit 66929c4

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

Documentation/config.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,26 +934,40 @@ column.ui::
934934
This variable consists of a list of tokens separated by spaces
935935
or commas:
936936
+
937+
These options control when the feature should be enabled
938+
(defaults to 'never'):
939+
+
937940
--
938941
`always`;;
939942
always show in columns
940943
`never`;;
941944
never show in columns
942945
`auto`;;
943946
show in columns if the output is to the terminal
947+
--
948+
+
949+
These options control layout (defaults to 'column'). Setting any
950+
of these implies 'always' if none of 'always', 'never', or 'auto' are
951+
specified.
952+
+
953+
--
944954
`column`;;
945-
fill columns before rows (default)
955+
fill columns before rows
946956
`row`;;
947957
fill rows before columns
948958
`plain`;;
949959
show in one column
960+
--
961+
+
962+
Finally, these options can be combined with a layout option (defaults
963+
to 'nodense'):
964+
+
965+
--
950966
`dense`;;
951967
make unequal size columns to utilize more space
952968
`nodense`;;
953969
make equal size columns
954970
--
955-
+
956-
This option defaults to 'never'.
957971

958972
column.branch::
959973
Specify whether to output branch listing in `git branch` in columns.

0 commit comments

Comments
 (0)