atom/git-diff

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

Xogle opened this issue · 1 comments

Xogle commented

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

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