Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Re: DirCacheEntry.IsUpdateNeeded()

Christian Halstrick <christian.halstrick@xxxxxxxxx> wrote:
> does DirCacheEntry needs a isUpdateNeeded() method (checking for
> 'flags & 0x4000') like GitIndex.Entry does? If not, why does
> GitIndex.Entry exposes it.

Yes, you probably need the flag.  Its missing.  I think I just
forgot to code it.

-- 
Shawn.


Back to the top