quoted
quoted
quoted
quoted
On 2008-08-29 09:08 PDT, Junio C Hamano writes:
Junio> I do not see any strong reason why the single caller of
Junio> user_path() has to keep using the static allocation.
Junio> Would it help to reduce the complexity of your
Junio> expand_user_path() implementation, if we fixed the
Junio> caller along the lines of this patch (untested, but
Junio> just to illustrate the point)?
Yes, expand_user_path() would be much simpler, it would basically
be me original implementation except for returning NULL on error.