fish-shell/share
Collin Styles c9f397b968 Remove invalid completion for git-describe
The `__fish_git_unique_remote_branches` function isn't applicable here
since `git describe` won't know what to do with a remote branch without
the remote prefix. For example, if there is a branch called
`origin/my-branch`, you can't execute `git describe my-branch` until the
branch is checked out locally. In other words:

Good: `git describe origin/my-branch`
Bad:  `git describe my-branch`
Good: `git switch my-branch; git describe my-branch`
2021-06-18 20:49:34 +02:00
..
completions Remove invalid completion for git-describe 2021-06-18 20:49:34 +02:00
functions __fish_is_first_arg: only look at current process 2021-06-15 03:38:52 +02:00
groff
tools webconfig: Remove tab top border in dark mode 2021-06-10 21:26:03 +02:00
__fish_build_paths.fish.in
config.fish Only send the PID of the last process in a job to builtin fg 2020-10-18 19:36:48 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00