]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-am.txt
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)
commitb5111647cbdf3af6a9a1f3e77fb0aa34e58060b4
treebee56c51149fdfdf481c98ba4e17a96586e4c9c6
parent6f744836675ea831e292854771659ac6e360959c
parentf39addd0d9d75a073847ed4311079a499dd33f35
Merge branch 'rs/name-rev-with-mempool'

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()