]> git.ipfire.org Git - thirdparty/git.git/commit - trace.c
trace: consistently name the format parameter
authorKarsten Blees <karsten.blees@gmail.com>
Wed, 11 Jun 2014 07:57:23 +0000 (09:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2014 16:37:47 +0000 (09:37 -0700)
commit4a3b0b25f182727876bfb01748b2d00dd43f9ad7
tree75caadd2ce409e4d426763fd2d538f19d81e4206
parent5991a55c545bca32fc4f5e69ee58de86563a93fa
trace: consistently name the format parameter

The format parameter to trace_printf functions is sometimes abbreviated
'fmt'. Rename to 'format' everywhere (consistent with POSIX' printf
specification).

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace.c
trace.h