So I recently rebased a branch and merged it into master. When I do git log, I get a pretty, linear history of commits. But I want to see my commit history based on timestamp so I can easily compare when the commits on two branches were made in realtime.
Is there a git log option that can order commits by timestamp instead of their normal commit history? I can't seem to find one. Thanks!