Community
Participate
Working Groups
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.
Are you doing the Add from the file level or project level?
(In reply to comment #1) > Are you doing the Add from the file level or project level? I've tried both ways.
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 ***