You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
When a file is moved or renamed, the GitHub History doesn't show commits from before the move. Git itself supports the --follow option to show full history in these cases (and apparently it's much less buggy now then it used to be), but there is no way to achieve this in GitHub.
When a file is moved or renamed, the GitHub History doesn't show commits from before the move. Git itself supports the
--followoption to show full history in these cases (and apparently it's much less buggy now then it used to be), but there is no way to achieve this in GitHub.This has been requested many times, but has yet to be implemented.
Current workaround seems to be installing this Chrome extension, but that's insufficient for a large dev team.