-
Notifications
You must be signed in to change notification settings - Fork 15
dulwich broken with sparse checkout #175
Copy link
Copy link
Open
Labels
Description
When using a git repo with sparse-checkout set (git sparse-checkout set), this sets the worktreeconfig = true in the git config. This is currently not supported by dulwich <= 0.21.2, but should be in 0.21.3, see jelmer/dulwich#1133
Original discuss context: https://discuss.dvc.org/t/dvc-with-git-sparse-checkout/1480
Reactions are currently unavailable