eclipse-egit / egit

EGit, the git integration of Eclipse IDE
https://www.eclipse.org/egit/
Eclipse Public License 2.0
17 stars 7 forks source link

Allow "Team > Pull" on working sets with closed/non-git projects #18

Open sebthom opened 7 months ago

sebthom commented 7 months ago

Description

The context menu entry "Team > Pull" should be enabled for working sets that contain closed or non-git projects next to git projects. The pull action should then only be executed on the open git projects.

Motivation

Being able to git pull multiple projects at the same time is a great time saver, especially when used via the working set entry in the package explorer. However not all working sets contain only git projects or for performance reasons not all projects are open. In these cases one has to manually select all the git projects separately to update them.

Alternatives considered

No response

Additional context

No response