fish-shell/share
Johannes Altmanninger 88d1317eaa completions/git: forward a ./-prefix from the command line
"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
2022-07-31 00:14:51 +02:00
..
completions completions/git: forward a ./-prefix from the command line 2022-07-31 00:14:51 +02:00
functions Add Control+R incremental history search in pager 2022-07-30 23:27:24 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools default prompt: Use same status color as default theme 2022-07-19 17:05:48 +02:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Search $__fish_user_data_dir for vendor additions 2022-05-12 20:29:05 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00