Re: [PATCH] Document update for nd/unpack-trees-with-cache-tree

2018-08-25 Thread Martin Ågren
On Sat, 25 Aug 2018 at 14:22, Nguyễn Thái Ngọc Duy wrote: > * Fast path if we detect that all trees are the same as cache-tree at this > - * path. We'll walk these trees recursively using cache-tree/index instead of > - * ODB since already know what these trees contain. > + * path. We'll walk

[PATCH] Document update for nd/unpack-trees-with-cache-tree

2018-08-25 Thread Nguyễn Thái Ngọc Duy
Fix an incorrect comment in the new code added in b4da37380b (unpack-trees: optimize walking same trees with cache-tree - 2018-08-18) and document about the new test variable that is enabled by default in test-lib.sh in 4592e6080f (cache-tree: verify valid cache-tree in the test suite -