Merge branch 'tr/packed-object-info-wo-recursion'
commit193e28f050fff85600212f8f4789681efd418a45
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 18:46:23 +0000 (18 11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 18:46:23 +0000 (18 11:46 -0700)
tree7ccc13cff0afc3f56d66d2a43af383268670cce7
parent80292f210499012525dbb42185b448e35f0ed564
parentabe601bba52ee6b0bf89d282aa1c3ef5fd89cbb0
Merge branch 'tr/packed-object-info-wo-recursion'

Attempts to reduce the stack footprint of sha1_object_info()
and unpack_entry() codepaths.

* tr/packed-object-info-wo-recursion:
  sha1_file: remove recursion in unpack_entry
  Refactor parts of in_delta_base_cache/cache_or_unpack_entry
  sha1_file: remove recursion in packed_object_info
sha1_file.c