From: Junio C Hamano Date: Fri, 28 Jun 2024 22:53:18 +0000 (-0700) Subject: Merge branch 'jc/varargs-attributes' into maint-2.45 X-Git-Tag: v2.46.0-rc0~22^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce359a4dcccba8093fc09750ddd24d4be999f8af;p=thirdparty%2Fgit.git Merge branch 'jc/varargs-attributes' into maint-2.45 Varargs functions that are unannotated as printf-like or execl-like have been annotated as such. * jc/varargs-attributes: __attribute__: add a few missing format attributes __attribute__: mark some functions with LAST_ARG_MUST_BE_NULL __attribute__: remove redundant attribute declaration for git_die_config() __attribute__: trace2_region_enter_printf() is like "printf" --- ce359a4dcccba8093fc09750ddd24d4be999f8af