Community
Participate
Working Groups
org.eclipse.egit.ui_1.1.0.201108230343.jar 'Add' should not appear in context menu of already shared resources.
"Add" is not only about sharing new files but also about staging changes incrementally to the git index which is preparing the next commit (the git staging view displays status of this), so you can do some few modifications, stage them using "Add", then do more modifications and run "Add" again.
(In reply to comment #1) > "Add" is not only about sharing new files but also about staging changes > incrementally to the git index which is preparing the next commit (the git > staging view displays status of this), so you can do some few modifications, > stage them using "Add", then do more modifications and run "Add" again. Wouldn't that better be named 'Add to Git Index'?
This menu item been renamed to 'Add to Index' making it hopefully more clear what the beavior is. I am going to close this as WONTFIX since that menu option is still needed for staging purposes.
(In reply to comment #3) > This menu item been renamed to 'Add to Index' making it hopefully more clear > what the beavior is. > > I am going to close this as WONTFIX since that menu option is still needed for > staging purposes. Agreed.