Produce sparse_paths_type option for sparse checkouts to designate "cone" or "no-cone" - #475
Produce sparse_paths_type option for sparse checkouts to designate "cone" or "no-cone"#475paulhovey wants to merge 1 commit into
Conversation
…one" or "no-cone"
|
@paulhovey thanks for the PR! I'd really like to see a solution here doesn't require a new field for such a specific usage. Can the need for "cone" be inferred at all? Would always passing I'll pull the regex upgrade into another PR. |
|
Hi Jace, understood about not wanting to introduce a new config option, but I'm not sure a better way off the top of my head. Using However, some people may have a specific reason for needing Thanks for pulling the regex into a separate PR! |
I believe this should resolve #360 and #363 . It exposes a
sparse_paths_typewhich will pass--coneor --no-cone` to git.It also updates the regex package, as mentioned in #363 .
I'm open to any feedback on this, I'm just someone with the same issue and access to GLM-5.2 🙂