Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > This patch teaches unpack_trees() to checkout/remove entries > on working directories appropriately when sparse checkout area is > changed. A helper "git shape-workdir" is needed to help determine > which entry will be checked out, which will be not. Wouldn't "git update-index --index-info" (perhaps extended) be enough? > > "git shape-workdir" will receive from stdin in this format > > X\tpathname > > where X is either > - '!' current entry is already CE_VALID > - 'N' current entry is "new" (it has not been in index before) > - '-' current entry is "normal" entry > > "git shape-workdir" is expected to return either "1" or "0" > immediately. "1" means the entry should be in workdir. "0" means > setting CE_VALID and get rid of it from workdir. Just in case it would be better IMVHO if it returned "1\tpathname" or "2\tpathname". By the way, is 'pathname' quoted if necessary, and does git-shape-workdir support -z/--null option? Signoff (also in some other patches in this series)? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html