fish-shell/share
Mahmoud Al-Qudsi ae11bf4dcb Add completions for git show $rev:$path
This command can be used to "`cat`" the contents of `$path` as of `$rev`.

These are "silent" completions, e.g. while this adds a completion for
`git show master:foo`, the completions for `git show <TAB>` are not
affected; these "advanced" completions kick in only after at least
`git show master:<TAB>` to prevent completion pollution or slowing down
tab completions in the typical case (as this would cause each valid and
possibly unique $rev completion result to complete to `n*$rev`
completions for *n* files.

[ci skip]
2019-04-23 21:54:09 -05:00
..
completions Add completions for git show $rev:$path 2019-04-23 21:54:09 -05:00
functions Don't start focus reporting until later 2019-04-21 20:26:57 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Stop caching set_color output in rest of prompts 2019-04-09 03:40:09 -07: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 __fish_macos_set_env: don't create empty PATH components 2019-04-11 02:52:18 -07:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00