feat(git): use multi-column output for branches and tags

This commit is contained in:
Michael Mandl 2025-02-26 08:19:13 +01:00
parent c74cd97351
commit 3b959ee112
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -36,6 +36,7 @@
};
diff.ignoreSubmodules = "none";
column.ui = "auto";
fetch.parallel = 8;
fetch.writeCommitGraph = true;