Re: [PATCH 3/6] find_pack_entry(): document last_found_pack

2014-02-21 Thread Nicolas Pitre
On Fri, 21 Feb 2014, Michael Haggerty wrote: > Add a comment at the declaration of last_found_pack and where it is > used in find_pack_entry(). In the latter, separate the cases (1) to > make a place for the new comment and (2) to turn the success case into > affirmative logic. > > Signed-off-by

[PATCH 3/6] find_pack_entry(): document last_found_pack

2014-02-21 Thread Michael Haggerty
Add a comment at the declaration of last_found_pack and where it is used in find_pack_entry(). In the latter, separate the cases (1) to make a place for the new comment and (2) to turn the success case into affirmative logic. Signed-off-by: Michael Haggerty --- sha1_file.c | 16