On 12/9/2019 2:43 PM, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > > When a user uses the sparse-checkout feature in cone mode, they > add patterns using "git sparse-checkout set <dir1> <dir2> ..." > or by using "--stdin" to provide the directories line-by-line over > stdin. This behaviour naturally looks a lot like the way a user > would type "git add <dir1> <dir2> ..." Junio: While I was updating my GGG PR [1] with new logic, I see that you added this commit to ds/sparse-cone. I didn't intend to these to be in the same topic, and I was hoping this discussion doesn't delay the other commits in ds/sparse-cone from merging. If you have a plan for that branch and the merge status of those commits, then I'm happy to re-target my PR against 'next' or an equivalent branch. Thanks, -Stolee [1] https://github.com/gitgitgadget/git/pull/488