Community
Participate
Working Groups
When you double click a file in the workspace model part of the synchronize a compare editor opens. The label contains the sha1 of the blob. This is not relevant for a user. Please show the filename, the abbreviated commit id and the author like in the other compare views of EGit.
It looks like this commit fcf77bcd77dd52d829f67c954b860cca0c71bb2f should fix this.
(In reply to comment #1) > It looks like this commit fcf77bcd77dd52d829f67c954b860cca0c71bb2f should fix > this. No, this commit only fixes the labels for the compare editor used for contents of change sets, not for that started from the workspace model.
Here is the code path illustrating the inconsistency. ResourceCompareInputChangeNotifier$CompareInputLabelProvider.getRightLabel(Object) line: 113 CompareConfiguration$DefaultLabelProvider.getRightLabel(Object) line: 175 CompareConfiguration.getRightLabel(Object) line: 573 MergeViewerContentProvider.getRightLabel(Object) line: 150 PropertiesFileMergeViewer(ContentMergeViewer).updateHeader() line: 1071 PropertiesFileMergeViewer(TextMergeViewer).updateHeader() line: 3540 PropertiesFileMergeViewer(ContentMergeViewer).internalRefresh(Object) line: 744 PropertiesFileMergeViewer(ContentMergeViewer).inputChanged(Object, Object) line: 642 PropertiesFileMergeViewer(ContentViewer).setInput(Object) line: 274 CompareContentViewerSwitchingPane(CompareViewerSwitchingPane).setInput(Object) line: 277 CompareContentViewerSwitchingPane.setInput(Object) line: 158 ModelCompareEditorInput(CompareEditorInput).internalSetContentPaneInput(Object) line: 845 CompareEditorInput.access$8(CompareEditorInput, Object) line: 843 CompareEditorInput$11.run() line: 779 BusyIndicator.showWhile(Display, Runnable) line: 70 ModelCompareEditorInput(CompareEditorInput).feed1(ISelection) line: 773 ModelCompareEditorInput(CompareEditorInput).feedInput() line: 751 ModelCompareEditorInput(CompareEditorInput).createContents(Composite) line: 555 CompareEditor.createCompareControl() line: 456 CompareEditor.access$6(CompareEditor) line: 422 CompareEditor$3.run() line: 378
Patch proposed: http://egit.eclipse.org/r/#change,1683
Fixed with 56d406bad8d1c91
.