]> git.ipfire.org Git - thirdparty/git.git/commit
commit: remove find_header_mem()
authorRené Scharfe <l.s.r@web.de>
Wed, 19 Jun 2024 17:13:19 +0000 (19:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2024 18:12:40 +0000 (11:12 -0700)
commit28dc26dc337932d9e4df8f83f1e454ea6bbc0897
tree0c77d98785e4a751492e2c6cdd817b5ba3154230
parent020456cb744b16f686d9220eb4b95a8e157c3485
commit: remove find_header_mem()

cfc5cf428b (receive-pack.c: consolidate find header logic, 2022-01-06)
introduced find_header_mem() and turned find_commit_header() into a thin
wrapper.  Since then, the latter has become the last remaining caller of
the former.  Remove it to restore find_commit_header() to the state
before cfc5cf428b, get rid of a strlen(3) call and resolve a NEEDSWORK
note in the process.

Signed-off-by: René Scharfe <l.s.r@web.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c
commit.h