Merge branch 'nd/shallow-fixup' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 00:09:39 +0000 (16:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 00:09:39 +0000 (16:09 -0800)
commit1a3edb8bcea5e3af7ce1b2540dec4018b19b66d2
tree4899e5ee22c777c5aab5525debe09dd97e342aaa
parent6107e43d659172cec0f1d977e7a2a60cb54b5559
parent649b0c316a65466f43ea748abf468202467fd516
Merge branch 'nd/shallow-fixup' into next

Code cleanup in shallow boundary computation.

* nd/shallow-fixup:
  shallow.c: remove useless code
  shallow.c: bit manipulation tweaks
  shallow.c: avoid theoretical pointer wrap-around
  shallow.c: make paint_alloc slightly more robust
  shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools
  shallow.c: rename fields in paint_info to better express their purposes
shallow.c