Open victor-torres opened 8 years ago
@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
I propose the following change:
files which have a red M in the git cli should be orange in tree-view files which have a green M in the git cli should be green in tree-view
https://github.com/atom/tree-view/issues/430
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.