subesokun / atom-tree-view-git-status

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

Fix status display on symlink projects #42

Closed lefta closed 7 years ago

lefta commented 7 years ago

This PR fixes #41. When the project is a symbolic link, TreeViewUI.updateRoots will compare the symbolic link on one hand and the real path on the other hand.

I fixed this behavior by using a temporary variable set to the real project path, and use this for repository matching.

This is my first time contributing to an Atom plugin or using coffee script, please excuse any mistake.

subesokun commented 7 years ago

Hi @lefta, congratulation to your first Atom plugin contribution and your changes are looking good :) Thanks for fixing this issue! I'll try to draft a release by this weekend.