Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 317387

Summary: Add action doesn't work on folders
Product: [Technology] EGit Reporter: Dariusz Luksza <dariusz.luksza>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: matthias.sohn
Version: 0.9.0   
Target Milestone: 0.9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Dariusz Luksza CLA 2010-06-20 17:56:17 EDT
Build Identifier: 

I've try to stage whole folder using EGit UI. I've selected from folder's context menu Team -> Add but index file was not changed (EGit doesn't show folder and files decorators for staged folder/file, also CGit doesn't show any changes in index).

In case of staging folders EGit should also stage all files that are in this folder.

Reproducible: Always

Steps to Reproduce:
1. In any project that is shared using git add folder or package
2. Add a file in this new folder/package
3. From package/folder's context menu select Team -> Add
4. Nothing happen, index file wasn't changed; this is a bug
Comment 1 Matthias Sohn CLA 2010-06-21 04:06:40 EDT
Currently you need to run "Team" > "Track" to stage untracked files or folders.

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