File commits aren't fetched properly
Created by: Burgov
When I try to watch the commits of a file that has 40+ commits, it initially only loads the first 40, only to load the rest after scrolling all the way down. In the AJAX request, however, the wrong commits appear to be fetched - it's almost the same list as the 40 above. I say almost, because it varies a little.
My guess is that when determining the offset, it's determined by all commits, rather than only the commits belonging to the specific file