jung-kim / atom-ungit

Atom plugin for Ungit project
MIT License
75 stars 12 forks source link

Implement ungit operation on atom tree view #12

Closed jung-kim closed 10 years ago

jung-kim commented 10 years ago

atom tree view effectively highlights the items that are new or modified compared to repo copy.

It would be better if atom-ungit is further integrated with atom by right click on files and see git operations such as revert, stash and so on.

Difficulty of this issue is that due to atom being highly customizable aspect, it is possible that users are not using "tree view" plugin and use another plugin to see the directory structure. I don't know if there are better ways to solve this other than imply this feature of atom-ungit works with "tree view" plugin only.

ibnesayeed commented 10 years ago

I am having hard time deciding if this feature is related to Ungit or in fact just the Git. If it is later, then a separate package will be better suited I guess. :)

jung-kim commented 10 years ago

Hmm, I guess this depends on how to define Ungit and scope of this plugin. Is ungit simply a git wrapper that provides pretty face to git? or should ungit to be version control that complies with git's rule and be more independent?

I'm not sure what is the right answer or whether or not if this is the right time to ask this question. But it would be fantastic if Ungit was able to do this using ungit protocol which may not use git in the future.

ibnesayeed commented 10 years ago

That discussion is interesting, but it is not going to happen anytime soon. Even if it does, I would imagine a separate package will do better. Keeping things modular, small, and simple will improve the maintainability. :)

jung-kim commented 10 years ago

I agree that timing is too far away, even if it were to happen.