I've recently found a strange behaviour about GitHub repository.
When I choose file and then its history (because I want to see all changes/commits to this file) there is only one - last commit: beans/AuthenticationBean.java
.
But when I check all the commits to the whole repository (main page with folder structure where language statistics are present, number of commits and so on) I can find 5 commits which contain changes to this file, as this commit.
I don't know if it has something to do with one revert I made throughout the project.
I've read somewhere that revert may cause something like history reset.
But I would be pleased if you can help or explain this situation to me.