I want to export the log of all commits in a repo to a text file, is there any way to do this?
git log --before="2019-2-23" --pretty=format:'"%h","%an","%ae","%aD","%s",' --shortstat --no-merges | paste - - - > log.txt