viewing a commit's file changes is broken
See original GitHub issueWhen I click on a previous commit bubble, I am able to see a list of files that were changed as well as the number of lines changed in each file. However, when I click on a file, I am unable to see the actual changes made to that file, although I can see the UI twitch on click and Event: Object {event: "graph-render"}
appears in the JS console.
ungit@0.10.1
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
How to list all commits that changed a specific file?
For git newbies: Use git log -p --follow -- filename to display the changes as well. Also note: "filename" can be a file,...
Read more >Super-linter algorithm for finding changed files is broken #1167
All changed non-deleted files from all commits added on top of the default branch should be checked, deleted files should be ignored. Steps...
Read more >View Commit Details and the comparison of file changes ...
View Commit Details and the comparison of file changes embedded in the Git ... Now, all images, even from other people's comments, appear...
Read more >Git happens! 6 Common Git mistakes and how to fix them
Another common Git pitfall is committing too early. You missed a file, forgot to save it, or need to make a minor change...
Read more >2.2 Git Basics - Recording Changes to the Repository
Let's change a file that was already tracked. · The CONTRIBUTING.md file appears under a section named “Changes not staged for commit” —...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works now, thanks @codingtwinky!
@dbkaplun This now works for me and master branch should work for you but please feel free to reopen if this is still a problem.