atom / git-diff

Diff markers in Atom's gutter
MIT License
102 stars 36 forks source link

Opening a directory as a project with multiple repos inside breaks git-diff functionality #114

Closed Xogle closed 7 years ago

Xogle commented 7 years ago

Steps to reproduce,

  1. Create a high level directory, "nameMeWhatever". 2 .Pull multiple repos into the parent directory named "nameMeWhatever",
  2. Open the highest level directory in Atom as a project Your folder view on left should look like nameMeWhatever (root directory opened as a project)-> repo1 repo2

Make changes in either repo1 or repo2.

See that git-diff is unable to track the changes.

Seems like a bug to me.

Xogle commented 7 years ago

This is intended for performance reasons.

lee-dohm [5:41 PM]
kogle That's the problem then [5:41]
We don't search down the file hierarchy for a git folder for performance reasons