Re: [PATCH v3] untracked-cache: fix subdirectory handling

2015-08-19 Thread Duy Nguyen
On Sun, Aug 16, 2015 at 7:16 PM, Duy Nguyen wrote: > On Sun, Aug 16, 2015 at 12:17 PM, David Turner > wrote: >> Previously, some calls lookup_untracked would pass a full path. But >> lookup_untracked assumes that the portion of the path up to and >> including to the untracked_cache_dir has been

Re: [PATCH v3] untracked-cache: fix subdirectory handling

2015-08-16 Thread Duy Nguyen
On Sun, Aug 16, 2015 at 12:17 PM, David Turner wrote: > Previously, some calls lookup_untracked would pass a full path. But > lookup_untracked assumes that the portion of the path up to and > including to the untracked_cache_dir has been removed. So > lookup_untracked would be looking in the unt

[PATCH v3] untracked-cache: fix subdirectory handling

2015-08-15 Thread David Turner
Previously, some calls lookup_untracked would pass a full path. But lookup_untracked assumes that the portion of the path up to and including to the untracked_cache_dir has been removed. So lookup_untracked would be looking in the untracked_cache for 'foo' for 'foo/bar' (instead of just looking f