mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
When switching this to use `git status`, I neglected to use the correct definition of what a "dirty" and a "staged" change is. So this now showed already staged files still as "dirty". Fixes #8986