atom / github

:octocat: Git and GitHub integration for Atom
https://github.atom.io
MIT License
1.12k stars 393 forks source link

Filter changed file lists #888

Open kuychaco opened 7 years ago

kuychaco commented 7 years ago

As requested in #845 to make working with lots of files easier

BinaryMuse commented 7 years ago

From #1131 by @vpacik

Currently the Unstaged Changes window displays list of all files (excepts one filtered out by .gitignore) - both tracked and untracked - which can make it quite long in same cases.

Suggestion: make a option to filtered out all untracked files and keep only the tracked ones similar to git status --untracked-files=no or globally set git config status.showuntrackedfiles no directly in the window or in the package settings.