author | Jeff King <peff@peff.net> | |
Thu, 24 Feb 2011 14:29:50 +0000 (09:29 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Mar 2011 20:12:04 +0000 (12:12 -0800) | ||
commit | 94b3b3746456949d834ec7bf454da3db4eb439cf | |
tree | 1dc8aaf5084f6c435fb5124debcd782bff7786ec | tree | snapshot |
parent | 39bc5e4680a1ed7192968fbe9f5784ad56ecbd36 | commit | diff |
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>
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 | diff | blob | history | |
trace.c | diff | blob | history |