Community
Participate
Working Groups
I have some unstaged changes for some files that aren't in my workspace (like egit/SUBMITTING_PATCHES). Double-clicking doesn't open the compare editor and two of the three menu options in the context menu does nothing ('Replace with File in Git Index', and 'Add to Git Index'). I can DND the file to the bottom to make it a staged file though. From here, I can use the context menu to say 'Remove to Git Index' and that does work.
Also opening the file via double click does not work.
1. Add to Git Index is working 2. Opening compare editor via double click is not working 3. Proposed change for making "Replace with file in git index" action work: https://git.eclipse.org/r/5383
merged as 5864314f020aa2767828ced20d5b1ee2746d261c
The merged change only fixes 3. Comparing (on double-click) still does not work in master.
(In reply to comment #4) > The merged change only fixes 3. Comparing (on double-click) still does not > work in master. Sorry, it actually works for the unstaged changes. What's still not working is Comparing (on double-click) for STAGED changes. Filed bug 377273 for that.