fish-shell/share
Frederik Gladhorn f37995c676 git completion: Limit the number of commits for --fixup (#3230)
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.
2016-08-27 20:23:39 +02:00
..
completions git completion: Limit the number of commits for --fixup (#3230) 2016-08-27 20:23:39 +02:00
functions revert the --shadow-builtin flag 2016-08-24 22:56:19 -07:00
tools fish_config: fix binding filter regression (#3327) 2016-08-24 01:30:33 -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 Enable 24bit mode less often 2016-08-03 01:13:31 +02:00