mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 07:24:51 +08:00
f37995c676
Offering auto completion for existing commits is great, but on big repositories, it suddenly becomes really slow, even with fast hard disks, since each commit is read and then a line processed for it. Instead limit to the last 500 commits (arbitrary number) which still feels fast. Going back further in history can easily and more reasonably done with git log etc. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |