Change the oneline option to a tebular version in the git summary#1031
Change the oneline option to a tebular version in the git summary#1031spacewander merged 1 commit intotj:masterfrom guenhter:tebelar-bulk-output
Conversation
|
Closes #1023 |
There was a problem hiding this comment.
I would suggest keeping the oneline output as another output style.
There was a problem hiding this comment.
Done. Now both styles are supported
There was a problem hiding this comment.
When running this, I get:
column: invalid option -- 'o'
usage: column [-txne] [-c columns] [-s sep] [file ...]
There was a problem hiding this comment.
Hm, that is weired. What OS and do you use and what version of column do you have. According to https://man7.org/linux/man-pages/man1/column.1.html the -o option is there and on my ubuntu 22.04 it's also working.
There was a problem hiding this comment.
man column show that:
HISTORY
The column command appeared in 4.3BSD-Reno.
There is not version output option in my column
There was a problem hiding this comment.
Double checked. The BSD column command just doesn't have the -o option. I have to think about this how to solve it because the -o would be quite important to have a separator between columns, else my overall-command can't distinguish the single columns...
There was a problem hiding this comment.
I got rid of the -o option.
|
Let's merge master to make CI pass. |
|
Done. |
Hi,
I've change the
git summary --onelinetogit summary --output-style tabularwhich gives an output like this:When this is combined with the git bulk command, and some other bash magic, then this result can be achieved:
The main advantage is, that the redundant header information stays just in the header and not pollutes the single lines any more.