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
stash all changes has no effect when the number of files is large #1183
Comments
We should add a warning when the number of files it too large for git to handle on the command line. |
So now if you are on Git 2.30.0 or later, this will just work. But if not, and you try to stage too many files (the number is highly variable as it depends on the path lengths), you will get an error saying:
Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
Will do! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
It does seem to work if the number of changes is small (a handful of files). The 215 files above seem to be to much.
(originally reported in microsoft/vscode#110390)
The text was updated successfully, but these errors were encountered: