git: Output in columns

Supported git commands should print their output in columns (e.g.
git-branch).

I am still unsure if I'd like to keep the option to fill rows first. The
default behaviour is columns first and `ls` does this too for example.
But I think that it makes more sense to fill the rows first, especially
with sorting by committerdate to delay the need to scroll as far as
possible.
This commit is contained in:
2024-04-09 15:17:49 +02:00
parent b6cfd9c74a
commit 15af1af190

View File

@@ -44,6 +44,8 @@
[color "status"]
added = 076
untracked = 014
[column]
ui = auto,row,dense
[commit]
gpgsign = true
verbose = true