Re: [PATCH] untracked-cache: support sparse checkout

2015-08-03 Thread Duy Nguyen
On Mon, Aug 3, 2015 at 5:18 PM, Duy Nguyen wrote: > On Sat, Aug 1, 2015 at 12:35 AM, David Turner > wrote: >> Remove a check that would disable the untracked cache for sparse >> checkouts. Add tests that ensure that the untracked cache works with >> sparse checkouts -- specifically considering

Re: [PATCH] untracked-cache: support sparse checkout

2015-08-03 Thread Duy Nguyen
On Sat, Aug 1, 2015 at 12:35 AM, David Turner wrote: > Remove a check that would disable the untracked cache for sparse > checkouts. Add tests that ensure that the untracked cache works with > sparse checkouts -- specifically considering the case that a file > foo/bar is checked out, but foo/.git

[PATCH] untracked-cache: support sparse checkout

2015-07-31 Thread David Turner
Remove a check that would disable the untracked cache for sparse checkouts. Add tests that ensure that the untracked cache works with sparse checkouts -- specifically considering the case that a file foo/bar is checked out, but foo/.gitignore is not. Signed-off-by: David Turner --- dir.c