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

Allow opting out of git status "-u" option. #128800

Closed
ajhyndman opened this issue Jul 16, 2021 · 1 comment
Closed

Allow opting out of git status "-u" option. #128800

ajhyndman opened this issue Jul 16, 2021 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality git GIT issues
Milestone

Comments

@ajhyndman
Copy link

Rationale

Add a new option which allows users to opt out of the -uall argument passed to git status by VS Code.

My motivation here is performance. I regularly work in a very large repository. git status -uall can take 15 seconds, while git status -unormal resolves within one second.

Proposal

Add a new option: "git.statusArgs.untrackedChanges": "no" | "normal" | "all" (default)

This option would be used to augment the args passed to the git status command, here:

https://github.com/Microsoft/vscode/blob/5ef5837c581469dfd72aea765b10e0a6241f7690/extensions/git/src/git.ts#L1817

Related to #15640

@eamodio eamodio added feature-request Request for new features or functionality git GIT issues labels Sep 15, 2021
@eamodio eamodio added this to the Backlog milestone Sep 15, 2021
@lszomoru lszomoru assigned lszomoru and unassigned eamodio Oct 4, 2021
@lszomoru lszomoru modified the milestones: Backlog, November 2021 Nov 15, 2021
@lszomoru lszomoru modified the milestones: November 2021, Backlog Nov 23, 2021
@lszomoru
Copy link
Member

Closing this issue in favour of #169253

@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants