mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-19 05:13:44 +08:00
f0a3a5708f
This has the side effect of changing the order of completions for a bare `git diff` to show modified files before revisions; previously they came at the very end after all revisions, stashes, local branches, remote branches, and tags. That seems sensible to me? As I understand the completions file, it seems to me that the intention was for `git diff src/` to only show modified files to begin with it previously/currently shows them all, so we might want to add a `-n 'not ...'` condition for `git diff` to prevent that. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |