-
Notifications
You must be signed in to change notification settings - Fork 14
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
TobiasNorlund