| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-20 | Rearrange repository files. | Mike McQuaid | |
| 2016-09-20 | man: read lead, former maintainers, creator. | Mike McQuaid | |
| 2016-09-20 | Merge pull request #985 from MikeMcQuaid/drop-mavericks | Mike McQuaid | |
| os/mac: mark Mavericks as outdated. | |||
| 2016-09-18 | os/mac: mark Mavericks as outdated. | Mike McQuaid | |
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-16 | How-To-PR: both stable & devel in simple commit message | JCount | |
| update documentation to show the correct preferred simple commit message format for combined stable and devel version updates | |||
| 2016-09-16 | Merge pull request #936 from joshka/feature/brew-cask-zsh | Mike McQuaid | |
| Install brew-cask zsh completions by default | |||
| 2016-09-14 | External-Commands: brew-cask is now part of Homebrew | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: tweak :run explanation | Dominyk Tiller | |
| 2016-09-14 | Maintainer-Guidelines: tweak guidelines | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: note audit --new-formula for new formula | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: update Alias creation advice | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: update urls | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: document :run | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: detail build env less generically | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: note LibreSSL audit check | Dominyk Tiller | |
| 2016-09-14 | Formula-Cookbook: recommend audit --new-formula for new formula | Dominyk Tiller | |
| 2016-09-14 | External-Commands: remove replaced brew-more tool | Dominyk Tiller | |
| 2016-09-14 | External-Commands: update homebrew-services URL | Dominyk Tiller | |
| 2016-09-14 | Custom-GCC-and-cross-compilers: wrap to ~80 characters | Dominyk Tiller | |
| 2016-09-14 | Custom-GCC-and-cross-compilers: remove dead taps | Dominyk Tiller | |
| 2016-09-14 | Common-Issues-for-Core-Contributors: update link | Dominyk Tiller | |
| 2016-09-14 | C++-Standard-Libraries: wrap to ~80 characters | Dominyk Tiller | |
| 2016-09-14 | C++-Standard-Libraries: note Xcode 8's libstdc++ deprecation | Dominyk Tiller | |
| 2016-09-14 | brew-tap: note developers get full clones by default | Dominyk Tiller | |
| 2016-09-14 | bottles: documentation update | Dominyk Tiller | |
| 2016-09-14 | _brew_cask completion re-license to BSD | Joshua McKinney | |
| The original script was MIT licensed, removing this license and relicensing it under Homebrew's default license (BSD 2 Clause). Patrick Stadler (https://github.com/pstadler) gave his ok on this at: https://github.com/joshka/brew-cask-zsh-completions/issues/1 | |||
| 2016-09-14 | Fix first _brew_cask completion function call | Joshua McKinney | |
| Without a call to _brew_cask at the end of the script, the first completion does not work as zsh just autoloads the function without executing it. | |||
| 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 | Merge pull request #407 from joshka/feature/zsh-completion | Mike McQuaid | |
| Call subcommands from zsh completion | |||
| 2016-09-10 | xcode: document Sierra Xcode | Dominyk Tiller | |
| 2016-09-09 | Merge pull request #896 from MikeMcQuaid/no-chown-usr-local | Mike McQuaid | |
| Don't require/recommend ownership of /usr/local. | |||
| 2016-09-09 | Don't require/recommend ownership of /usr/local. | Mike McQuaid | |
| Apple reset this on every OS X major (and some minor) updates and it always proves a painful and unnecessary step. Instead just check the directories we actually care about are writable. This may mean if these directories do not already exist (although they are now created by the installed) that `brew link` will fail and require manual intervention but this seems to be superior for both new and the majority of existing users. | |||
| 2016-09-08 | Add DEVELOPER COMMANDS to manpage. | Mike McQuaid | |
| 2016-09-08 | Add `--help` to all developer commands. | Mike McQuaid | |
| Also, flag those that we never want to be in a manpage. | |||
| 2016-09-06 | minor typo | numbergames | |
| Fixed minor typo -- missing preposition. | |||
| 2016-09-04 | doc/Interesting-Taps-&-Branches: rename to Interesting-Taps-&-Forks | Zhiming Wang | |
| This document lists Tigerbrew and Linuxbrew as interesting forks, not branches (they used to be "Interesting Branches (aka forks)" but that changed in b745546), so "Interesting Taps & Branches" is a more fitting title. The term "branches" is also presumably confusing to folks with a shallow understanding of GitHub and/or git who may not realize how GitHub forks and git branches are related. | |||
| 2016-08-28 | cmd/deps.rb add --full-name option | Steven Peters | |
| Add --full-name option to brew deps command, which displays the full name of dependencies. | |||
| 2016-08-27 | man: update for tap preinstall | Dominyk Tiller | |
| 2016-08-26 | Brew-Test-Bot-For-Core-Contributors: fix broken link | Vlad Shablinsky | |
| 2016-08-26 | New-Maintainer-Checklist: update links | Dominyk Tiller | |
| 2016-08-26 | Brew-Test-Bot: update links | Dominyk Tiller | |
| 2016-08-26 | Brew-Test-Bot-For-Core-Contributors: update links | Dominyk Tiller | |
| 2016-08-21 | Merge pull request #717 from joshka/patch-1 | Mike McQuaid | |
| Add atom language plugin to docs | |||
| 2016-08-20 | Make "brew man" also generate Cask's manpage. | Mike McQuaid | |
| Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731. | |||
| 2016-08-19 | Add atom language plugin | Joshua McKinney | |
