RE: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Matthew Ciancio
[mailto:chris.rorv...@gmail.com] On Behalf Of Chris Rorvick Sent: Sunday, 9 December 2012 4:54 PM To: Matthew Ciancio Cc: git@vger.kernel.org Subject: Re: Feature Request - Hide ignored files before checkout On Sat, Dec 8, 2012 at 6:06 PM, Matthew Ciancio matthew.cianci...@gmail.com wrote: Hi Chris

Re: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Junio C Hamano
Chris Rorvick ch...@rorvick.com writes: It's not in branchA, it's just no longer ignored because your changes to .gitignore were effectively reverted by jumping back to the commit that branchA points to. ... hide/reappear is the equivalent to saying deleted/created in the case of a tracked

RE: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Matthew Ciancio
2012 8:04 PM To: Chris Rorvick Cc: Matthew Ciancio; git@vger.kernel.org Subject: Re: Feature Request - Hide ignored files before checkout Chris Rorvick ch...@rorvick.com writes: It's not in branchA, it's just no longer ignored because your changes to .gitignore were effectively reverted by jumping

Re: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Andrew Ardill
Hi Matt, On 8 December 2012 11:50, Matthew Ciancio matthew.cianci...@gmail.com wrote: Problem: ignore.txt does not disappear like foo.txt does and is now just sitting in branchA (and now any other branch I checkout into). When I first started using Git, I genuinely thought this was a bug,

RE: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Matthew Ciancio
.. -Original Message- From: Andrew Ardill [mailto:andrew.ard...@gmail.com] Sent: Monday, 10 December 2012 12:46 PM To: Matthew Ciancio Cc: git@vger.kernel.org Subject: Re: Feature Request - Hide ignored files before checkout Hi Matt, On 8 December 2012 11:50, Matthew Ciancio matthew.cianci

Re: Feature Request - Hide ignored files before checkout

2012-12-08 Thread Chris Rorvick
On Fri, Dec 7, 2012 at 6:50 PM, Matthew Ciancio matthew.cianci...@gmail.com wrote: Imagine this scenario: 1) You have a Git repo with two branches (branchA and branchB), which are currently identical. 2) Checkout to branch. 3) Create file foo.txt, stage it and commit it. 4) Create file

Re: Feature Request - Hide ignored files before checkout

2012-12-08 Thread Chris Rorvick
On Sat, Dec 8, 2012 at 6:06 PM, Matthew Ciancio matthew.cianci...@gmail.com wrote: Hi Chris, Yes, I don't think I have explained myself well enough. When I say disappear I do not mean get deleted, I mean: go out of view just like foo.txt does, as it is committed to branchB and not merged

Feature Request - Hide ignored files before checkout

2012-12-07 Thread Matthew Ciancio
To whom it may concern, I am not sure if this is the right place to send this, but I couldn't find anything on the web that seemed official, so here goes. Imagine this scenario: 1) You have a Git repo with two branches (branchA and branchB), which are currently identical. 2) Checkout to branch.