Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Git Staging view not connecting

On Wed, Sep 25, 2013 at 8:07 PM, Konstantin Komissarchik <konstantin.komissarchik@xxxxxxxxxx> wrote:

I have started seeing a problem recently. Not sure if it started after upgrading EGit or if that’s just a coincidence. In any case, I am running EGit 3.0.3 on Eclipse 4.4 M2. The Git Staging view will not connect to a repository no matter what I try. I just see “No Repository Selected”. I have one repository defined and there is nothing in the error log. This workspace worked fine with Git Staging view in the past.

 

Is anyone else seeing this issue?


never saw this and I use staging view all the time, I never use commit dialog

As a side comment… It would be great if instead of going into “No Repository Selected” mode, the Git Staging view just linked up with the first repository in the list. In the common case of there being only one repository in the workspace that’s 100% right. If N repositories are defined, you still have 1/N chance of avoiding forcing the user to do extra clicks to connect the view. If you want to increase the odds of doing the right thing even further, the last used repository can be persisted in preferences.


good idea

- I assume you've selected "Link with Editor and Selection" ?
- Unfortunately there is no "Show In > Staging View", maybe we should add that as well ?
- Did you try a 3.1.0-SNAPSHOT build from the nightly update site ?
 
--
Matthias

Back to the top