Re: [PATCH v3 0/6] Partial clone part 1: object filtering
From: Junio C Hamano <hidden>
Date: 2017-11-08 05:25:18
Jeff Hostetler [off-list ref] writes:
From: Jeff Hostetler <redacted> Here is V3 of the list-object filtering. This addresses the comments on the mailing list for the V2 series as well as the various TODO items I left in the code. I also documented some of the bit flags and fields that I added. In the blob size filter, I removed the ".git*" pattern matching for special files. I don't think we need it any more and it simplifies the code. This patch series does not support traverse_bitmap_commit_list() and the --use-bitmap-index feature in rev-list, but by removing the ".git*" pattern matching now we should be able allow filtering and bitmaps to be used together in a future effort. (That is beyond the scope of the current partial-clone effort.) With this patch series, I think part 1 is complete unless there are further comments or questions.
Thanks. I tried to rebase the other two on top and queued them in 'pu'.