I use a fairly complex git-log command involving --date-order to get an overview of my repository\'s status; but unfortunately, --date-order<
git-log
--date-order
--date-order<
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."
--author-date-order
git log