Community
Participate
Working Groups
Build Identifier: 0.12.1 There is no way to select "show in history" for deleted file. I propose to add "show in history" popup menu for files in history view in bottom right pane. Reproducible: Always Steps to Reproduce: 1. delete file 2. make commit 3. try to open history for deleted file
There is Team->"Restore from Repository" in CVS plugin if it's of any help.
(In reply to comment #1) > There is Team->"Restore from Repository" in CVS plugin if it's of any help. Why CVS plugin ?
(In reply to comment #2) > (In reply to comment #1) > > There is Team->"Restore from Repository" in CVS plugin if it's of any help. > > Why CVS plugin ? As a pointer for the developers to show what existing Eclipse users would expect. Bug 359880 requests "Restore from Repository" in Git.
Fix for allowing Show In > History when selecting the file in the commit viewer: https://git.eclipse.org/r/16862 When opening the "Show In" menu from the history view itself, "History" is not part of the views to select, even when explicitly adding it via IShowInTargetList. I opened bug 418275 against Platform UI to discuss this. A workaround would be to add a custom menu item "Show History".
(In reply to Robin Stocker from comment #4) > Fix for allowing Show In > History when selecting the file in the commit > viewer: https://git.eclipse.org/r/16862 merged as c72697e89275e2e75744b515d9c5f4d569766fe7 > When opening the "Show In" menu from the history view itself, "History" is > not part of the views to select, even when explicitly adding it via > IShowInTargetList. I opened bug 418275 against Platform UI to discuss this. > > A workaround would be to add a custom menu item "Show History". I propose we add a custom menu as a workaround
(In reply to Matthias Sohn from comment #5) > > When opening the "Show In" menu from the history view itself, "History" is > > not part of the views to select, even when explicitly adding it via > > IShowInTargetList. I opened bug 418275 against Platform UI to discuss this. > > > > A workaround would be to add a custom menu item "Show History". > > I propose we add a custom menu as a workaround I pushed a fix for bug 418275 (in Platform UI) to review, let's see if it is merged before doing the workaround.
The change for bug 418275 was merged. The corresponding change in EGit: https://git.eclipse.org/r/17809
merged as df96963ed92bc67e5679dbafdf799a932ad23c7d Using Luna you can now use "Show in History" from the revision details pane of the history view. In older releases you can use "Show in History" from the commit viewer.