littlebee / git-time-machine

Atom package that allows you to travel back in commit history
MIT License
1.12k stars 36 forks source link

Does not display history prior to a file renaming #121

Closed ghost closed 6 years ago

ghost commented 7 years ago

What it says on the tin.

untitled

Hailing from Ubuntu 16.04.2 LTS.

cb-radio commented 7 years ago

I have this same issue on Windows 8 with Atom 1.18.0

littlebee commented 6 years ago

This is an issue with git log. You may get better results if the file was renamed using git mv ...?

KonradHoeffner commented 2 years ago

Could this be implemented using the --follow option of git log?