dot/gitconfig.in: Show Git output in columns.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:52:18 +0000 (11:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:52:18 +0000 (11:52 +0100)
Why have I only just noticed that this exists?

dot/gitconfig.in

index e73f4b7..4846cad 100644 (file)
@@ -81,6 +81,9 @@
 [color "grep"]
        external = --color=always
 
+[column]
+       ui = auto column dense
+
 [pager]
        log = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager
        show = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager