git-time-machine is a package for Atom that allows you to travel back in time! It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.
To open the timeplot, just use the keyboard shortcut alt+t.
Unfortunately, git-time-machine, like the other Atom git log services, needs to shell out to the command line git executable and parse its stdout. We are working on getting this information another way, but that may take some time. As you might imagine, this is problematic.
Some things to check:
Some users have reported seeing "Error: Command failed: git log --pretty=..." on mac when xcode license agreement is needed. Running sudo xcodebuild -license and accepting the agreement fixed the issued.
Recommend installing the official Git client from here: https://git-scm.com/downloads and make sure its binary is the one in your path.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.