Re: [PATCH 1/3] tree.c: update read_tree_recursive callback to pass strbuf as base
From: Junio C Hamano <hidden> Date: 2016-06-15 23:03:09
Nguyễn Thái Ngọc Duy [off-list ref] writes:
This allows the callback to use 'base' as a temporary buffer to
quickly assemble full path "without" extra allocation. The callback
has to restore it afterwards of course.
Hmph, what's the quote around 'without' doing there?