From 96de70a4339792d0b5e21432ee9d9f3f147dbe06 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 23 May 2024 12:15:54 +0200 Subject: [PATCH] git:column: Fill columns before rows This is way easier to parse even if it means that I have to potentially scroll more. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 95a2da8..95974ef 100644 --- a/.config/git/config +++ b/.config/git/config @@ -45,7 +45,7 @@ added = 076 untracked = 014 [column] - ui = auto,row,dense + ui = auto,column,dense [commit] gpgsign = true verbose = true