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::
930930 This variable consists of a list of tokens separated by spaces
931931 or commas:
932932+
933+ These options control when the feature should be enabled
934+ (defaults to 'never'):
935+ +
933936--
934937`always`;;
935938 always show in columns
936939`never`;;
937940 never show in columns
938941`auto`;;
939942 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+ --
940950`column`;;
941- fill columns before rows (default)
951+ fill columns before rows
942952`row`;;
943953 fill rows before columns
944954`plain`;;
945955 show in one column
956+ --
957+ +
958+ Finally, these options can be combined with a layout option (defaults
959+ to 'nodense'):
960+ +
961+ --
946962`dense`;;
947963 make unequal size columns to utilize more space
948964`nodense`;;
949965 make equal size columns
950966--
951- +
952- This option defaults to 'never'.
953967
954968column.branch::
955969 Specify whether to output branch listing in `git branch` in columns.
You can’t perform that action at this time.
0 commit comments