How can I make git log order based on author’s timestamp?

git version 1.8.4 added an --author-date-order argument to git log; according to the release notes, “the output is topologically sorted and commits in parallel histories are shown intermixed together based on the author timestamp.”

Leave a Comment