Only works if .git folder is at root of currently opened folder
Closed this issue · 1 comments
elldritch commented
If I open folder
in Atom, then create a git repository in folder/subfolder/.git
and modify folder/subfolder/some-file
, the package doesn't recognise the diff. Diffs are only recognised when I open folder/subfolder
(i.e. when .git
resides at the root of the currently opened folder).
benogle commented
Dupe of atom/atom#2203