fish-shell/share
Mahmoud Al-Qudsi c24739d3bd Use git ls-files instead of local files for git rm --cached
`git rm --cached` is often used to delete a file that no longer exists
in the working tree but remains in git's index. `git ls-files` will list
files that are in the HEAD, which is exactly what we want. Local files
not in `HEAD` can't be deleted from git anyway.
2018-03-12 19:22:41 -05:00
..
completions Use git ls-files instead of local files for git rm --cached 2018-03-12 19:22:41 -05:00
functions Clean up $__fish_*dir variable names 2018-03-12 08:34:20 -05:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Add required argument to history delete (#4740) 2018-02-25 16:46:25 +01: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 Clean up $__fish_*dir variable names 2018-03-12 08:34:20 -05:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00