Re: [PATCH v2 07/16] prepare_tempfile_object(): new function, extracted from create_tempfile()
From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:09
Michael Haggerty [off-list ref] writes:
This makes the next step easier.
The old code used to use "path" to set the initial length of
tempfile->filename. This was not helpful because path was usually
relative whereas the value stored to filename will be absolute. So
just initialize the length to 0.