From: Junio C Hamano Date: Tue, 4 Jan 2022 00:24:14 +0000 (-0800) Subject: Merge branch 'jc/unleak-log' X-Git-Tag: v2.35.0-rc0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bb565d375e14ecbd31dee022b8b28e507e38674;p=thirdparty%2Fgit.git Merge branch 'jc/unleak-log' "git format-patch" uses a single rev_info instance and then exits. Mark the structure with UNLEAK() macro to squelch leak sanitizer. * jc/unleak-log: format-patch: mark rev_info with UNLEAK --- 8bb565d375e14ecbd31dee022b8b28e507e38674