File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -934,26 +934,40 @@ column.ui::
934
934
This variable consists of a list of tokens separated by spaces
935
935
or commas:
936
936
+
937
+ These options control when the feature should be enabled
938
+ (defaults to 'never'):
939
+ +
937
940
--
938
941
`always`;;
939
942
always show in columns
940
943
`never`;;
941
944
never show in columns
942
945
`auto`;;
943
946
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
+ --
944
954
`column`;;
945
- fill columns before rows (default)
955
+ fill columns before rows
946
956
`row`;;
947
957
fill rows before columns
948
958
`plain`;;
949
959
show in one column
960
+ --
961
+ +
962
+ Finally, these options can be combined with a layout option (defaults
963
+ to 'nodense'):
964
+ +
965
+ --
950
966
`dense`;;
951
967
make unequal size columns to utilize more space
952
968
`nodense`;;
953
969
make equal size columns
954
970
--
955
- +
956
- This option defaults to 'never'.
957
971
958
972
column.branch::
959
973
Specify whether to output branch listing in `git branch` in columns.
You can’t perform that action at this time.
0 commit comments