-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ui: don't show working tree if it is clean #3010
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
Conversation
|
Actually this is still wrong. Working tree might be clean but some .gitignored files changed. |
|
So we can't know whether working tree is clean unless we check both
All of those don't look too nice. Ideas? |
@Suor Not sure I follow. If git is clean, then it means that there are no new files (untracked too, right?) in the repo. I don't quite understand why |
|
If metric is handled by dvc then it is in |
|
@Suor Got it. Good one. And with |
|
@efiop I am considering filtering output for |
|
@Suor Feels weird to make brancher know about specific files that we want to check. Maybe
Would be better? Btw, not sure why we need it for |
|
@efiop I thought |
|
Closing in favor of #3025. |
Fixes #2386