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

status.showUntrackedFiles no isn't taken into account #1544

Open
Zwyx opened this issue Jul 15, 2022 · 2 comments
Open

status.showUntrackedFiles no isn't taken into account #1544

Zwyx opened this issue Jul 15, 2022 · 2 comments

Comments

@Zwyx
Copy link

Zwyx commented Jul 15, 2022

Version info

  • OS: Ubuntu 22.04
  • Build: 2074

Description

The configuration git config --local status.showUntrackedFiles no makes git status not show untracked files. But Sublime Merge ignores this and still shows untracked files.

Steps to reproduce

  1. Open any repository which contains untracked files
  2. Run git config --local status.showUntrackedFiles no (the configuration can be checked in the file .git/config)
  3. Run git status, the untracked files shouldn't be shown anymore.
  4. See that Sublime Marge still shows them.
@adithyabsk
Copy link

I ran through these steps and could reproduce this issue

@IndianBoy42
Copy link

This or the unofficial option gui.displayuntracked from git-cola is very important for dotfiles repositories (any other repo with a large amount of untracked files)

Current smerge tries to list all of those untracked files and register inotify watchers for them (quickly running into the limit), making everything extremely slow

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

No branches or pull requests

3 participants