mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
This is weirdly undocumented (as of git 2.33.0), but `git status` prints a "T" state if the file has its "T"ype changed, e.g. from a regular file to a symlink. For our purposes that's just another kind of modification. Fixes #8311.