I have a simple alias to display few last commits:
log --pretty=format:'%h %an %s' -10
How can I make the results to be displayed in columns, like this:
898e8789 Author1 Commit message here
803e8759 Other Author name Commit message here