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