Merge branch 'jc/noop-with-static-inline'
commita01dadb9a94856ba098140417d99c3b7cd4a2cc9
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:44 +0000 (17 17:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:44 +0000 (17 17:02 -0700)
tree9f651f0a9032deecdb466580ba607da7589958ad
parent873fa13e3fd7c2644578577f4274ce92ed891a42
parent15b52a44e0c92a0658e891194a5b0610d1f53afc
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 <git-compat-util.h> header.

* jc/noop-with-static-inline:
  compat-util: type-check parameters of no-op replacement functions