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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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, tree view doesn't detect it as a git repo.
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:
someFolderWithGit should be detected as a git repo
Actual behavior:
someFolderWithGit is not detected as a git repo
Reproduces how often:
100%
Versions
1.52 and 1.53-beta0
Additional Information
Fixed it here:
Corresponding issue in atom/git-diff: atom/atom#21630
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
If you add a project folder which is not a git repo but it contains folders which are git repos, tree view doesn't detect it as a git repo.
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:
someFolderWithGit should be detected as a git repo
Actual behavior:
someFolderWithGit is not detected as a git repo
Reproduces how often:
100%
Versions
1.52 and 1.53-beta0
Additional Information
Fixed it here:
Corresponding issue in atom/git-diff: atom/atom#21630
The text was updated successfully, but these errors were encountered: