Merge branch 'jk/name-decoration-alloc'
commit1ebe6a825a1ff12e12905e28265aa30e269700d6
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:36 +0000 (11 10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:36 +0000 (11 10:33 -0700)
tree0ad33ffa41525b67198a5d756a8e5beedee2ea73
parentf28763d7561f66c0c6ff9b5d48146a0f923781d3
parent2e3dfb216991974b60fdb1933eb3331e03383e61
Merge branch 'jk/name-decoration-alloc'

The API to allocate the structure to keep track of commit
decoration was cumbersome to use, inviting lazy code to
overallocate memory.

* jk/name-decoration-alloc:
  log-tree: use FLEX_ARRAY in name_decoration
  log-tree: make name_decoration hash static
  log-tree: make add_name_decoration a public function
bisect.c
commit.h
log-tree.c
revision.c