]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/unleak-log'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:24:14 +0000 (16:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:24:14 +0000 (16:24 -0800)
"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

1  2 
builtin/log.c

diff --cc builtin/log.c
Simple merge