Community
Participate
Working Groups
I was playing with the git log UI and found a case where the diffs were not shown properly in the compare page. Here is my URL (can't be reused directly but this will show you what commit I was looking at.) http://localhost:8080/coding.html#http://localhost:8080/git/commit/c42d5c57abb2e2bdaeefee24e14755b42e53a0fa/file/m/bundles/org.eclipse.orion.client.core/static/plugins/sampleCommandsPlugin.html?parts=body I was looking at sampleCommandsPlugin.html (one commit behind the current). The UI shows where changes are but doesn't highlight anything.
Created attachment 192990 [details] screenshot of changes that aren't highlighted
From the screenshot , it seems git diff gives back a huge diff.(actually everything was highlighted , as light grey) Susan , could you find something like below , in your browser console and paste the response here? GET http://localhost:8080/git/diff/**********/?parts=diff
I think it is duplicated to bug 339397.
(In reply to comment #3) > I think it is duplicated to bug 339397. you are probably right about this. I ran into some trouble with git status the other day and set my autocrlf back and used git gui. So I was back in the state of that bug.
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html