ui: don't show working tree if it is clean#3010
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