This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Description
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
- Create the following tree:
|-- mainFolderWithoutGit
.....|-- someFolderWithGit
..........|-- .git
- Add mainFolderWithoutGit as a project.
- Make any changes to any file in someFolderWithGit
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