]> git.ipfire.org Git - thirdparty/git.git/commit - trace.c
trace: add trace_strbuf
authorJeff King <peff@peff.net>
Thu, 24 Feb 2011 14:29:50 +0000 (09:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Mar 2011 20:12:04 +0000 (12:12 -0800)
commit94b3b3746456949d834ec7bf454da3db4eb439cf
tree1dc8aaf5084f6c435fb5124debcd782bff7786ec
parent39bc5e4680a1ed7192968fbe9f5784ad56ecbd36
trace: add trace_strbuf

If you happen to have a strbuf, it is a little more readable
and a little more efficient to be able to print it directly
instead of jamming it through the trace_printf interface.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
trace.c