RE: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Matthew Ciancio
raditional' git workflows.". -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

Re: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Andrew Ardill
Hi Matt, On 8 December 2012 11:50, Matthew Ciancio 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, because > it seems so log

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 writes: > It's not in branchA, it's just no longer ignored because your changes > to .gitignore were effectively reverted by jum

Re: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Junio C Hamano
Chris Rorvick 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 file in

RE: Feature Request - Hide ignored files before checkout

2012-12-09 Thread Matthew Ciancio
--Original Message- From: chris.rorv...@gmail.com [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

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 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 into > branchA. > > S

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 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 ignore.txt and add it to

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.