Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315273 - Team->Add does not add
Summary: Team->Add does not add
Status: CLOSED DUPLICATE of bug 315306
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.8.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 14:38 EDT by David Carver CLA
Modified: 2010-06-02 09:03 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carver CLA 2010-06-01 14:38:04 EDT
When creating a new file and trying to Add it to the git repository, no dialog or confirmation is shown that it adds.  If I got to the command line and type:

git status

It still displays that there are files to add.

If I do git add . at the command line, the status icon in the Eclipse workspace changes to the correct add indicator.

If I then do a team->commit it correctly shows the files that are to be added along with the files to be modified.

This is happening in 0.8.0.
Comment 1 Chris Aniszczyk CLA 2010-06-01 14:39:48 EDT
Are you doing the Add from the file level or project level?
Comment 2 David Carver CLA 2010-06-01 14:50:41 EDT
(In reply to comment #1)
> Are you doing the Add from the file level or project level?

I've tried both ways.
Comment 3 Matthias Sohn CLA 2010-06-02 09:03:53 EDT
see bug 315306 and the mail discussion referenced therein

This is mainly due to missing .gitignore support. We plan to clean this up in 0.9.
Unfortunately it came up too late for helios.

*** This bug has been marked as a duplicate of bug 315306 ***