From: Junio C Hamano Date: Tue, 18 Aug 2020 00:02:44 +0000 (-0700) Subject: Merge branch 'jc/noop-with-static-inline' X-Git-Tag: v2.29.0-rc0~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a01dadb9a94856ba098140417d99c3b7cd4a2cc9;p=thirdparty%2Fgit.git Merge branch 'jc/noop-with-static-inline' A no-op replacement function implemented as a C preprocessor macro does not perform as good a job as one implemented as a "static inline" function in catching errors in parameters; replace the former with the latter in header. * jc/noop-with-static-inline: compat-util: type-check parameters of no-op replacement functions --- a01dadb9a94856ba098140417d99c3b7cd4a2cc9