-
Notifications
You must be signed in to change notification settings - Fork 5
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
Untracked files are appearing as new/added files #31
Comments
@TomKemperNL I’ve noticed that untracked files also appear in green using git repositories. What do you think: should we leave it green? JetBrains shows untracked files in red. Showing these files in green is a mistake IMHO because we tend to think these files are tracked/added and staged for the next commit. |
The pull request #32 now returns whether a path or status is staged or not. This won’t change anything since Atom shows not staged files in green as noticed with git repositories. But we’ll be ready when they start to show it in red or some other text formatting. |
There’s already an issue for that in Atom’s tree-view plugin repository
In Mercurial it’s easier to identify untracked files because every removed/modified/added file is automatically staged. |
I’m not sure these files should be shown in the green color.
The text was updated successfully, but these errors were encountered: