Merge branch 'dt/unpack-compare-entry-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:06 +0000 (14:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:06 +0000 (14:16 -0800)
"git checkout $branch" (and other operations that share the same
underlying machinery) has been optimized.

* dt/unpack-compare-entry-optim:
unpack-trees: fix accidentally quadratic behavior
do_compare_entry: use already-computed path

Trivial merge