mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
88d1317eaa
"git add ./" shows only hidden files (if at all). It should show all files that can be added. The problem is that candidates come from "git status" which prints clean relative paths. Let's allow some unclean paths. This is far from a complete fix but it should work for the common scenario. Observe that wildcard_complete_internal() actually filters out all non-hidden files, if the query is `./`. Closes #9091 |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |