Re: [PATCH v3 16/28] receive-pack: reorder some code in unpack()

2013-12-02 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This is the preparation for adding --shallow-file to both > unpack-objects and index-pack. To sum up: > > - status/code, ip/child, unpacker/keeper and i (now ac) are moved out >to function top level > > - successful flow now ends at the end of the function >

[PATCH v3 16/28] receive-pack: reorder some code in unpack()

2013-11-24 Thread Nguyễn Thái Ngọc Duy
This is the preparation for adding --shallow-file to both unpack-objects and index-pack. To sum up: - status/code, ip/child, unpacker/keeper and i (now ac) are moved out to function top level - successful flow now ends at the end of the function Signed-off-by: Nguyễn Thái Ngọc Duy --- bui