Changes since 25.12.0:
- Fix: preview for clean when file names contain backslashes (#465) This is a breaking change: flag arguments provided to forgit clean are now passed to git ls-files instead of git clean -n. This change is necessary because git clean does not have a -z option that would prevent it from...