I want a prettier look git log.
I'm current using git log --branches --remotes --tags --graph --decorate --oneline
, which is already pretty good.
But it doesn't show the commiter names and date, what I want to do is do some further customization based on the above built-in options.
Is it possible?