Merge branch 'nd/shallow-fixup' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:05 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:05 +0000 (15:11 -0800)
commitfdfec7af4617f63e671e638ba79d79a75c3d481b
tree16fca7fdb2a637dfe53ecdf80b9f8767f5326027
parent7902b72794dbf2366b9e7d8cb7417a3751e0955f
parent649b0c316a65466f43ea748abf468202467fd516
Merge branch 'nd/shallow-fixup' into maint

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