Derrick Stolee <stolee@xxxxxxxxx> writes: > On 12/2/2019 9:16 AM, Junio C Hamano wrote: >> * ds/sparse-cone (2019-11-22) 19 commits >> - sparse-checkout: check for dirty status >> - sparse-checkout: update working directory in-process for 'init' >> - sparse-checkout: cone mode should not interact with .gitignore >> - sparse-checkout: write using lockfile >> - sparse-checkout: use in-process update for disable subcommand >> - sparse-checkout: update working directory in-process >> - sparse-checkout: sanitize for nested folders >> - unpack-trees: add progress to clear_ce_flags() >> - unpack-trees: hash less in cone mode >> - sparse-checkout: init and set in cone mode >> - sparse-checkout: use hashmaps for cone patterns >> - sparse-checkout: add 'cone' mode >> - trace2: add region in clear_ce_flags >> - sparse-checkout: create 'disable' subcommand >> - sparse-checkout: add '--stdin' option to set subcommand >> - sparse-checkout: 'set' subcommand >> - clone: add --sparse mode >> - sparse-checkout: create 'init' subcommand >> - sparse-checkout: create builtin with 'list' subcommand >> >> Management of sparsely checked-out working tree has gained a >> dedicated "sparse-checkout" command. >> >> How well is this topic done at this point? > > Hopefully this is ready to merge and I can start on the > follow-up topics. I think this is ready enough that any > further comments can be done in follow-up commits. > > That said, I thought the topic was in that state before > the 2.24.0 release, but then Szeder found several good > points worthy to address here. He is CC'd to hopefully > comment. Ping?