Merge branch 'jc/unleak-log'
commit8bb565d375e14ecbd31dee022b8b28e507e38674
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:24:14 +0000 (3 16:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:24:14 +0000 (3 16:24 -0800)
tree021d502eb42d007f32ef726c19e7e1c5e3231d63
parent2ae0a9cb8298185a94e5998086f380a355dd8907
parentdee839a26331a67f5018e10edb158bdb550d3a32
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
builtin/log.c