After renaming a folder (git mv foldername newfoldername
) the history of this folder in Github has gone. I can still view the full history of any file in the fo
I wrote a chrome extension to enable this. Source on github.
You just need a commit before the rename happened. You could retrieve it locally or via the Blame feature.
After you have retrieved the URL of such commit you just need to click History. You will then see all of the commit history of the file before the rename.