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

Add options to restrict data showing in status view #562

Closed
Avinash-Bhat opened this issue Jan 17, 2017 · 1 comment
Closed

Add options to restrict data showing in status view #562

Avinash-Bhat opened this issue Jan 17, 2017 · 1 comment
Labels
component:status Status and staging

Comments

@Avinash-Bhat
Copy link
Contributor

This is to essentially prevent the forever-loading scenario of the status info.

This is apparent if one use vcsh for dotfile management.
Since it uses the user's home directory as the working directory, it takes forever to load the status screen.

In this scenario, it's better to allow switches from the git-status command, like -u (a.k.a --untracked-files=) and even going a bit further, and reading the default from status.showUntrackedFiles of git config.

@jonas jonas added the component:status Status and staging label Feb 1, 2017
@jonas jonas closed this as completed in 2745085 Feb 6, 2017
@jonas
Copy link
Owner

jonas commented Feb 6, 2017

Tig is using the ancient git-update-index, git-diff-files and git-ls-files and not git-status, however, I ended up adding a custom way to not show untracked files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:status Status and staging
Projects
None yet
Development

No branches or pull requests

2 participants