aboutsummaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)Author
2016-09-20Rearrange repository files.Mike McQuaid
2016-08-11Add --fetch-HEAD completions to bashVlad Shablinsky
2016-08-08Fix style inconsistencies in Bash completion (#660)Martin Afanasjew
2016-07-10tap-info: improve Bash completionMartin Afanasjew
Closes #482. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-05-02analytics: add bash completionMartin Afanasjew
Closes #178. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-06unlinkapps: add --dry-run optionMartin Afanasjew
Add `--dry-run` option as is customary for destructive commands. Update `bash` completion and man page accordingly. Also correct and update documentation for both `brew linkapps` and `brew unlinkapps` in more general terms.
2016-04-05Speed up tab completiontim smith
Fixes #20. Closes #23.
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