question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

viewing a commit's file changes is broken

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
dbkapluncommented, May 2, 2016

Works now, thanks @codingtwinky!

0reactions
jung-kimcommented, May 1, 2016

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found