From: Nguyễn Thái Ngọc Duy Date: Sat, 26 May 2018 13:55:23 +0000 (+0200) Subject: fsck: factor out msg_id_info[] lazy initialization code X-Git-Tag: v2.19.0-rc0~187^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a46baac61ebc6a8b187f76bcd49b625e0d4f408e?ds=inline;hp=a46baac61ebc6a8b187f76bcd49b625e0d4f408e fsck: factor out msg_id_info[] lazy initialization code This array will be used by some other function than parse_msg_id() in the following commit. Factor out this prep code so it could be called from that one. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---