Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350973 - Patterns in .git/info/exclude are ignored in Git Staging View
Summary: Patterns in .git/info/exclude are ignored in Git Staging View
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Matthias Sohn CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 18:01 EDT by Markus Gaisbauer CLA
Modified: 2013-03-29 19:10 EDT (History)
2 users (show)

See Also:


Attachments
Sample repository for reproducing the problem (19.35 KB, application/zip)
2011-07-01 18:02 EDT, Markus Gaisbauer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Gaisbauer CLA 2011-07-01 18:01:03 EDT
Build Identifier: I20110613-1736

Files ignored via .git/info/exclude show up as unstaged in Git Staging View while not showing up on the command line (git status) or in git-gui. 

Reproducible: Always

Steps to Reproduce:
1. Unzip the attached sample repository
2. Create a new workspace
3. Import the project from the sample repo
4. Open Git Staging view
5. File "/no-project/ignored" is listed in "Unstaged changed"
6. git status does not show this file as unstaged
Comment 1 Markus Gaisbauer CLA 2011-07-01 18:02:31 EDT
Created attachment 198987 [details]
Sample repository for reproducing the problem
Comment 2 Robin Rosenberg CLA 2013-03-29 19:10:30 EDT
This has apparently been fixed at some point