I'd like to render an ascii git-log in the way tig does it. Is there a commandline for such an operation?
something like tig log from_commit...to_commit > gitlog.text
.
I tried various commands, but it doesn't seem friendly with redirecting output to a file...