jung-kim / atom-ungit

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

changed detection of git working directory #42

Closed KEIII closed 8 years ago

KEIII commented 8 years ago

Hello. If project root directory is git subdirectory, ungit diff loader doesn't work. We can fix it using atom api for get git working directory.

jung-kim commented 8 years ago

:+1:

jung-kim commented 8 years ago

A regression issue from this PR was the multi folder support. I have fixed this issue at https://github.com/codingtwinky/atom-ungit/commit/a2af781d1c01217bbdc6d422e36da6f7f4a3e3ea and can you make sure that it works on your end?

Thanks for the PR to let me know about such handy function!