]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/attribute-format'
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:17:59 +0000 (13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:17:59 +0000 (13:17 -0700)
Many "printf"-like helper functions we have have been annotated
with __attribute__() to catch placeholder/parameter mismatches.

* ab/attribute-format:
  advice.h: add missing __attribute__((format)) & fix usage
  *.h: add a few missing __attribute__((format))
  *.c static functions: add missing __attribute__((format))
  sequencer.c: move static function to avoid forward decl
  *.c static functions: don't forward-declare __attribute__

1  2 
commit-graph.c
imap-send.c
merge-ort.c
merge-recursive.c
midx.c
strbuf.h

diff --cc commit-graph.c
Simple merge
diff --cc imap-send.c
Simple merge
diff --cc merge-ort.c
Simple merge
Simple merge
diff --cc midx.c
Simple merge
diff --cc strbuf.h
Simple merge