]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/xdiff-alloc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2022 20:36:07 +0000 (13:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2022 20:36:07 +0000 (13:36 -0700)
Add a level of redirection to array allocation API in xdiff part,
to make it easier to share with the libgit2 project.

* pw/xdiff-alloc:
  xdiff: introduce XDL_ALLOC_GROW()
  xdiff: introduce XDL_CALLOC_ARRAY()
  xdiff: introduce xdl_calloc
  xdiff: introduce XDL_ALLOC_ARRAY()


Trivial merge