You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
If you add a project folder which is not a git repo but it contains folders which are git repos, git diff won't work.
You can get it to work by adding the git repos as project folders, but it should be above the main project folder.
Steps to Reproduce
Create the following tree:
|-- mainFolderWithoutGit
.....|-- someFolderWithGit
..........|-- .git
Prerequisites
Description
If you add a project folder which is not a git repo but it contains folders which are git repos, git diff won't work.
You can get it to work by adding the git repos as project folders, but it should be above the main project folder.
Steps to Reproduce
|-- mainFolderWithoutGit
.....|-- someFolderWithGit
..........|-- .git
Expected behavior:
Changes should be detected by git-diff package
Actual behavior:
Changes are not detected
Reproduces how often:
100%
Versions
1.52 and 1.53-beta0
Additional Information
Fixed it here: #21631
Corresponding issue in tree-view: atom/tree-view#1366