mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 07:51:14 -03:00
This makes it so 1. The informative status can work without showing untracked files (previously it was disabled if bash.showUntrackedFiles was false) 2. If untrackedfiles isn't explicitly enabled, we use -uno, so git doesn't have to scan all the files. In a large repository (like the FreeBSD ports repo), this can improve performance by a factor of 5 or up.