On 2016-03-29 15.31, Duy Nguyen wrote:
On Tue, Mar 29, 2016 at 8:28 PM, Duy Nguyen [off-list ref] wrote:
quoted
On Tue, Mar 29, 2016 at 8:25 PM, [off-list ref] wrote:
quoted
From: Torsten Bögershausen <redacted>
Factor out the retrival of the sha1 for a given path in
read_blob_data_from_index() into the function get_sha1_from_index().
Getting _sha1_ from index is one function call and a memory
dereference or two. I think you mean get sha1 _file_ (or data) from
index. Maybe put either word in the function name.
Oops, shouldn't have trusted that function name in the @@ line. No
what you write in the commit message matches the patch. Sorry for the
noise.
Thanks for the review.
It feels that the naming isn't ideal, let's see if we can find a better
function name.