]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'jk/name-decoration-alloc'
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:36 +0000 (10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:36 +0000 (10:33 -0700)
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

1  2 
bisect.c
commit.h
log-tree.c
revision.c

diff --cc bisect.c
Simple merge
diff --cc commit.h
Simple merge
diff --cc log-tree.c
Simple merge
diff --cc revision.c
Simple merge