Closed wsdmatty closed 1 year ago
How about?:
(with tags / Arch)
(without tags / AUR)
Tbh, after seeing it like this, I prefer it over the verbose version. So perhaps I make it the standard...
Note that I shortened the date time to only include the date, because I figured that the time is mostly irrelevant.
Looks great to me! I am tempted to poke around in your code and break it in interesting ways. Thanks for accepting my idea =D
I am tempted to poke around in your code and break it in interesting ways.
Feel free to do so :)
Give the option of getting just the first line of the current output, (date, hash, commitmsg first line) and skip the commitmgs full text and dash separator.
There's no particular reason why this is necessary but I'd find a one-line output easier to parse mentally. Maybe have a * or some other indicator that the first line of the commitmsg is not the entire message, for people wanting to actually read the details.
For an example, I have a 'pretty' git log display I use for a game i develop for:
This would allow users to quickly glance over a larger number of commits when using the -n option.