Re: [PATCH v2 00/14] Sparse checkout
From: Santi Béjar <hidden>
Date: 2016-06-15 22:45:23
On Sat, Sep 20, 2008 at 12:01 PM, Nguyễn Thái Ngọc Duy [off-list ref] wrote:
Nguyễn Thái Ngọc Duy (14): Extend index to save more flags Introduce CE_NO_CHECKOUT bit ls-files: add options to support sparse checkout update-index: refactor mark_valid() in preparation for new options update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit ls-files: Add tests for --sparse and friends Prevent diff machinery from examining worktree outside sparse checkout checkout_entry(): CE_NO_CHECKOUT on checked out entries. grep: skip files outside sparse checkout area ls-files: support "sparse patterns", used to form sparse checkout areas unpack_trees(): add support for sparse checkout clone: support sparse checkout with --narrow-path option checkout: add new options to support sparse checkout wt-status: Show orphaned entries in "git status" output
I would like to test it, do you have a public repo to fetch it? Santi