GitHub commit page does not render all changed file diffs for one repository #201529
Replies: 8 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing this too, on a different repo of course, and just came here to figure out if it was only me. |
Beta Was this translation helpful? Give feedback.
-
|
I've stumbled upon the same issue in multiple repositories, at least since the beginning of this week, maybe longer. Also, even for files that are rendered, clicking the file name in the list to jump to the diff doesn't work. |
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing the same thing - and I've tried all sorts of different scenarios to rule things out. I'm seeing this issue while trying all of the following:
NOTE: Diffs appear to work in the GitHub app, so it appears to be specific to web browsers Also - I'm aware that using "compare" to compare a commit against itself shows the whole diff (instead of looking at at the actual commit). But this is a work-around, and not a fix. |
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing this as well on my own private repositories (haven't checked elsewhere yet). |
Beta Was this translation helpful? Give feedback.
-
|
Looks like I'm having the same issue. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue, please fix. |
Beta Was this translation helpful? Give feedback.
-
|
Just started seeing this myself yesterday. If the diffs are short they show up, but longer ones don't, although they're listed in the left "Filter files..." pane. Don't know if this is new also, but clicking on the files in the left pane doesn't seem to do anything, even when everything is working fine. I can see that the URLs are different, but no changes show up. If that worked, it might be a way to see file diffs that aren't showing up, but no. Here's a couple examples. The first commit shows no file diffs, but there is a single changed file. If you look quickly it seems that the diffs are about to show, then they disappear. There's no message indicating a binary file was detected or the diff was too big (and the module is only about 400 lines). Here's a more interesting one. The first two files show up with diffs, but the next five don't even though they're in the listed files to the left (and clicking there does nothing). Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
Repository:
https://github.com/akshay-820/ClubSphere
Example commit:
akshay-820/ClubSphere@c487d69
I'm seeing what appears to be a GitHub web UI issue with the commit page.
Issue
The commit page reports 7 files changed. The left file tree correctly lists all 7 changed files, but only the first few file diffs are rendered.
The remaining files appear in the sidebar, but clicking them only changes the URL to the corresponding
#diff-...anchor and no diff is displayed.Expected behavior -
Clicking any file in the sidebar should display its diff.
Actual behavior -
Only a subset of the changed file diffs are rendered.
What I've verified :
git show <commit>locally displays the complete diff..patchand.diffendpoints for the same commit contain the complete diff..gitdirectory.git fsck --fullreports no repository corruption.Additional observations :
Steps to reproduce :
membershipController.ts).#diff-...anchor, but the diff is not displayed.CAN SOMEONE PLEASE HELP ME OUT?
I've attached screenshots showing:
git showlocally displaying the diff for one of the files that GitHub does not render.Beta Was this translation helpful? Give feedback.
All reactions