]> Kevux Git Server - rit/commit
mailinfo: we parse fixed headers
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2024 21:09:12 +0000 (14:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2024 21:20:58 +0000 (14:20 -0700)
commitbe10ac7037aa3332f87fc48a6ad54669f9844ba5
treefdffb54ca24ba987792d50e30028a956ce7d93a3
parentfa3b914457773d5a0bb02b382862dafd1c4c357e
mailinfo: we parse fixed headers

The code was written as if we have a small room to add additional
headers to be parsed to the header[] array at runtime, but that is
not our intention at all.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailinfo.c