| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-12 | Merge pull request #924 from MikeMcQuaid/test-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/test RuboCop warnings | |||
| 2016-09-12 | Fix cask installation from untapped Tap not working. | Markus Reiter | |
| 2016-09-12 | Merge pull request #917 from DomT4/keg_only_pkg_config | Dominyk Tiller | |
| caveats: highlight PKG_CONFIG_PATH if exists | |||
| 2016-09-12 | keg: make guile's site-dir persistent | Dominyk Tiller | |
| Things that install Guile scheme objects should be doing so in HOMEBREW_PREFIX/share/guile/site, which should be persistent rather than a symlink to any formulae's Cellar, not even guile's necessarily as https://github.com/Homebrew/homebrew-core/commit/f061d864d99da4064a763ba51a37ecf3cff8943c managed to expose. I believe guile isn't actually configured correctly to expect this directory, but since absolutely nobody has complained to date as far as I can find & `gnutls` seems to be the only formula using it this way the temptation is to leave it misconfigured & use this directory for site schemes. I don't really know the deeper issues around messing with Guile's configuration so going for a minimal fix seems the safest option. | |||
| 2016-09-11 | test/test_tab: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_shell: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_resource: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_os_mac_language: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_integration_cmds: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_formula_installer: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_formula: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_dependency_collector: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test-bot: handle more Jenkins configurations. | Mike McQuaid | |
| Used in trying to use a `Jenkinsfile`. | |||
| 2016-09-11 | Update brew-cask zsh completions header | Joshua McKinney | |
| 2016-09-11 | Add brew-cask arg descriptions to zsh completion | Joshua McKinney | |
| 2016-09-11 | Add missing brew-cask commands to zsh completion | Joshua McKinney | |
| 2016-09-11 | Refactor brew-cask zsh completion to functions | Joshua McKinney | |
| 2016-09-11 | Add Homebrew Cask completions | Joshua McKinney | |
| This completion was originally sourced from the oh-my-zsh brew cask plugin. (https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh) The rationale for splitting this from the original omz plugin is to address the following issues: 1. it is part of oh-my-zsh which some have chosen not to use (e.g. zprezto users) 2. it acts as a script overriding the existing brew completion rather than as a standard autoloadable file, this means it must be manually installed rather than automatically installed as part of compinit, and may cause issues with future commands added to homebrew. The changes from the plugin are to fix item 2, as well as update the commands to those current in homebrew cask. | |||
| 2016-09-11 | dev-cmd/test-bot: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/pull: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/man: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/edit: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/create: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/bump-formula-pr: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/bottle: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/audit: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/shell: | Mike McQuaid | |
| 2016-09-11 | utils/shell: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/inreplace: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/hash: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/github: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/curl: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | Merge pull request #926 from MikeMcQuaid/os-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/os* RuboCop warnings | |||
| 2016-09-11 | Merge pull request #928 from MikeMcQuaid/requirements-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/requirements RuboCop warnings | |||
| 2016-09-11 | Merge pull request #910 from MikeMcQuaid/cmd-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/cmd RuboCop warnings | |||
| 2016-09-11 | dev-cmd/aspell-dictionaries: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | Merge pull request #923 from MikeMcQuaid/bottle-block-tap | Mike McQuaid | |
| bottle: set bottle block tap. | |||
| 2016-09-11 | cmd/uses: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/upgrade: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/update-report: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/unpack: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/unlinkapps: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/uninstall: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/tap-info: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/search: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/prune: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/missing: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/log: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/list: fix Rubocop warnings. | Mike McQuaid | |
