aboutsummaryrefslogtreecommitdiffstats
path: root/share/zsh/site-functions/_brew
AgeCommit message (Collapse)Author
2016-09-20Rearrange repository files.Mike McQuaid
2016-09-11Merge pull request #407 from joshka/feature/zsh-completionMike McQuaid
Call subcommands from zsh completion
2016-08-11Update zsh-completion for --fetch-HEADVlad Shablinsky
2016-06-30Call subcommands from zsh completionJoshua McKinney
This change is inspired by the way that the git zsh completions work by foisting the responsibility for sub commands onto the command themselves. It is paired with another change that takes the oh-my-zsh brew cask plugin and makes it into a first class completion rather than it overriding this. This change requires fixes in brew, oh-my-zsh and the zsh-completions, and will likely cause the brew cask completions to break until these have been fully accepted into each project.
2016-05-02analytics: add zsh completionXu Cheng
2016-04-03Core/formula separation Part 2(b)0.9.9Xu Cheng
* move shell completion scripts to where can be auto picked up Let's use switching new remote as opportunity to put shell completion scripts to where they should be and avoid git conflict during the process. * add Library/Formula and Library/Aliases symlinks Formulae and Aliases has been relocated to homebrew/core tap. The symlinks are pointed to new location to keep backward compatibility. * remove formula_renames and tap_migrations They have been replaced by the json files in the core tap. * update: set new remote * bump Homebrew version to 0.9.9