Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git command for getting untracked files in PackageTree.ts #821

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

slavkan007
Copy link

Bug description:

  1. Have 2+ untracked files changed in the repo
  2. lage build
  3. Change any of untracked files
  4. lage build
  5. Expected behavior: lage will rebuild package in which untracked file is changed
  6. Actual behavior: lage does not build anything - it cash hits all packages - reason: Lage do not see untracked files correctly because git output is wrongly parsed.

Bug fix:
Add option "-z" in relevant git command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant