Merge branch 'nd/shallow-fixup'
commit3c9979be9be8e0fa309e51df8cc2cacb94a23abf
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2016 22:55:01 +0000 (21 14:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2016 22:55:02 +0000 (21 14:55 -0800)
tree8a3dc8f4d7e62e2146dad4ea6b4fce9784800f98
parent4fcc0911989493e6e818dd933133cb18a32131fc
parent649b0c316a65466f43ea748abf468202467fd516
Merge branch 'nd/shallow-fixup'

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