/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
column: add dense layout support
[git/git.git]
/
Documentation
/
config.txt
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index
ab6ae3d
..
01905a7
100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-854,6
+854,10
@@
column.ui::
fill rows before columns
`plain`;;
show in one column
+`dense`;;
+ make unequal size columns to utilize more space
+`nodense`;;
+ make equal size columns
--
+
This option defaults to 'never'.