diff --no-index: use strbuf for temporary pathnames
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2012 19:37:38 +0000 (12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 16:13:29 +0000 (09:13 -0700)
Instead of using limited-length buffers and risking of pathname
truncation, we should be taking advantage of strbuf API nowadays.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found