Bug 449468 - Allow forced "add" operation for "ignored" files or to "unignore"
Summary: Allow forced "add" operation for "ignored" files or to "unignore"
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 08:41 EDT by Andrey Loskutov CLA
Modified: 2019-10-09 06:48 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 Andrey Loskutov CLA 2014-10-31 08:41:20 EDT
User wants to add a file to the staging area that is in a folder that is filtered out by git ignore. If one tries to use "Add to index" in Eclipse this does not work.

One can use "git add -f" to add files that are in the git ignore file via git CLI and it would be good if "Add to index" would support it, too. Maybe by using a dialog that asks "Do you really want to add the file?"

Additionally one could think about adding "Unignore" menu for ignored files - which should just add negation rule to the next available .gitignore file (if any).