Skip to content

Disable extensions.worktreeConfig when disabling sparse-checkout #1692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

jww3
Copy link
Contributor

@jww3 jww3 commented Apr 23, 2024

When we released v4.1.3, there were reports that it interfered with some third party tools.

see the following issues:

It turns out that calling git sparse-checkout disable has a side effect. It places the local repo clone in worktree mode, albeit with only a single "tree".

This fix neutralizes that side effect by explicitly disabling worktree mode.

@jww3 jww3 requested a review from a team as a code owner April 23, 2024 16:44
@huv1k
Copy link

huv1k commented Apr 23, 2024

When do you plan to release this? I just wonder if we should wait for fix or just pin to old version 🙌

@jww3
Copy link
Contributor Author

jww3 commented Apr 24, 2024

@huv1k We have created release v4.1.4 and marked it as pre-release. Absent any other issues, we plan to promote v4.1.4 to v4 and latest by end-of-week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants