| Issue |
174592
|
| Summary |
git-llvm-push produces dirty working tree error
|
| Labels |
infrastructure
|
| Assignees |
|
| Reporter |
nikic
|
After successfully pushing and merging a PR, git-llvm-push produces this error:
> Error: Your working tree is dirty. Please stash or commit your changes.
This is based on a `git status --porcelain` call, which fails for me because I have a large number of untracked files in the working directory.
Untracked files should not count as a dirty working tree. That should only apply if tracked files have been changed.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs