subesokun / atom-tree-view-git-status

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

[Git Flow support] Master branch icon missing #51

Closed radAragon closed 2 years ago

radAragon commented 7 years ago

Report: I see the gray color on my master branch (actually named "releases") but the icon is missing. The other icons on develop, feature and hotfix branches are lovely perfect.

Below is my .git configuration:

[gitflow "branch"]
    master = releases
    develop = develop
[gitflow "prefix"]
    feature = feature/
    bugfix = bugfix/
    release = qa
    hotfix = hotfix/
    support = support/
    versiontag =
subesokun commented 2 years ago

This project is no longer maintained as Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in the official announcement. Thank you for your interest in this project and your support!