fish-shell/share
Fabian Boehm 2b2f824b94 completions/git: Handle huge repositories for "add" better
`git add` may have to go through literal megabytes of file information
because of tons of untracked files.

So, if the repository is set to not show untracked files (because it's
too slow for the prompt), let's fall back on regular file completions.

(the alternative is to go back to `while read`, but that takes much
longer in repositories of a sensible size)

Fixes #11095
2025-01-26 21:41:36 +01:00
..
completions completions/git: Handle huge repositories for "add" better 2025-01-26 21:41:36 +01:00
functions functions/__fish_cancel_commandline: Follow rename of bind function 2025-01-22 17:43:59 +01:00
groff
tools default color scheme: Make commands "normal" color 2024-10-15 21:21:30 +02:00
__fish_build_paths.fish.in
config.fish Split /etc/{,man}path by colons too 2025-01-26 14:19:40 +01:00