subesokun / atom-tree-view-git-status

Shows the Git repository status in the Atom tree-view
MIT License
24 stars 2 forks source link

Changed vs. New unstaged #20

Closed hendricha closed 8 years ago

hendricha commented 8 years ago

Tree view git status colors all repos that contain any new, untracked files orange. Within the repo the gitutils coloring colors these as green. Could you match this behaviour too? (If there are only untracked files, mark repo green instead of orange.)

(Sadly my current workflow has multiple repos that have multiple uncommited .styl files, because I'm just locally compiling them to .css, until we have a company policy on how to deal with .styl files. XD)

subesokun commented 8 years ago

Hi @hendricha, yes I think that should be possible. I've noticed this already too but it was so far a minor missing feature for me. Maybe I can land a new release this weekend containing this feature :)

hendricha commented 8 years ago

Cool, thanks.