]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/name-rev-with-mempool'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:43 +0000 (09:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:43 +0000 (09:44 -0800)
Many small allocations "git name-rev" makes have been updated to
allocate from a mem-pool.

* rs/name-rev-with-mempool:
  name-rev: use mem_pool_strfmt()
  mem-pool: add mem_pool_strfmt()


Trivial merge