jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Doesn't work if atom project is not in root #112

Open zhouhao27 opened 9 years ago

zhouhao27 commented 9 years ago

I have a project like this:

root --- doc --- test --- app

My git root is in root, but my project is in app. The git control doesn't work in this case.

joaoponceleao commented 8 years ago

Interesting. I have the opposite problem. My project root is in root, the .git root is in root/src. Git control complains the project is not a git repo.

joaoponceleao commented 8 years ago

This seems to be an issue with atom. Had the same problem with atomatigit package. The project root must be git root for the git functions to work in atom. Would prefer if this wasn't the case.

MarcelMue commented 8 years ago

Yes this is partially because of atom functions relying on the git root being the project root.