Merge branch 'dt/cache-tree-repair'
commit3fd13cbcd58f078476cabab926931a3d5bdedfe2
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:32 +0000 (11 10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:32 +0000 (11 10:33 -0700)
treed8126c3dea8b3c7189165db37a6b7978480943e8
parent01d678a2263c0c71e42475335b5b0b578936a7d1
parent4ed115e9c545fb27a5b80c751b2c04ec7ecc4d97
Merge branch 'dt/cache-tree-repair'

Add a few more places in "commit" and "checkout" that make sure
that the cache-tree is fully populated in the index.

* dt/cache-tree-repair:
  cache-tree: do not try to use an invalidated subtree info to build a tree
  cache-tree: Write updated cache-tree after commit
  cache-tree: subdirectory tests
  test-dump-cache-tree: invalid trees are not errors
  cache-tree: create/update cache-tree on checkout
builtin/checkout.c
builtin/commit.c
cache-tree.c
cache-tree.h
test-dump-cache-tree.c