Skip to content
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

Ensure Git feature.manyFiles is enabled #2754

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

timneutkens
Copy link
Contributor

I noticed that git status is super slow on the SWC repo. After doing some research I found that there's a Git feature flag that changes some defaults to work well for large repositories: https://github.blog/2019-11-03-highlights-from-git-2-24/
Given that git config is local and can't be pushed the config is set in the script that is ran automatically by yarn after dependency installs.

I noticed that `git status` is super slow on the SWC repo. After doing some research I found that there's a Git feature flag that changes some defaults to work well for large repositories: https://github.blog/2019-11-03-highlights-from-git-2-24/
Given that `git config` is local and can't be pushed the config is set in the script that is ran automatically by yarn after dependency installs.
timneutkens added a commit to timneutkens/next.js that referenced this pull request Nov 15, 2021
Enables the same flag as swc-project/swc#2754
More info on that PR.
@kdy1 kdy1 enabled auto-merge (squash) November 15, 2021 08:12
@kdy1 kdy1 merged commit 8aea5eb into swc-project:main Nov 15, 2021
@swc-project swc-project locked as resolved and limited conversation to collaborators Nov 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants