aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2016-09-20Rearrange repository files.Mike McQuaid
2016-09-20man: read lead, former maintainers, creator.Mike McQuaid
2016-09-20Merge pull request #985 from MikeMcQuaid/drop-mavericksMike McQuaid
os/mac: mark Mavericks as outdated.
2016-09-18os/mac: mark Mavericks as outdated.Mike McQuaid
2016-09-18Use 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-16How-To-PR: both stable & devel in simple commit messageJCount
update documentation to show the correct preferred simple commit message format for combined stable and devel version updates
2016-09-16Merge pull request #936 from joshka/feature/brew-cask-zshMike McQuaid
Install brew-cask zsh completions by default
2016-09-14External-Commands: brew-cask is now part of HomebrewDominyk Tiller
2016-09-14Formula-Cookbook: tweak :run explanationDominyk Tiller
2016-09-14Maintainer-Guidelines: tweak guidelinesDominyk Tiller
2016-09-14Formula-Cookbook: note audit --new-formula for new formulaDominyk Tiller
2016-09-14Formula-Cookbook: update Alias creation adviceDominyk Tiller
2016-09-14Formula-Cookbook: update urlsDominyk Tiller
2016-09-14Formula-Cookbook: document :runDominyk Tiller
2016-09-14Formula-Cookbook: detail build env less genericallyDominyk Tiller
2016-09-14Formula-Cookbook: note LibreSSL audit checkDominyk Tiller
2016-09-14Formula-Cookbook: recommend audit --new-formula for new formulaDominyk Tiller
2016-09-14External-Commands: remove replaced brew-more toolDominyk Tiller
2016-09-14External-Commands: update homebrew-services URLDominyk Tiller
2016-09-14Custom-GCC-and-cross-compilers: wrap to ~80 charactersDominyk Tiller
2016-09-14Custom-GCC-and-cross-compilers: remove dead tapsDominyk Tiller
2016-09-14Common-Issues-for-Core-Contributors: update linkDominyk Tiller
2016-09-14C++-Standard-Libraries: wrap to ~80 charactersDominyk Tiller
2016-09-14C++-Standard-Libraries: note Xcode 8's libstdc++ deprecationDominyk Tiller
2016-09-14brew-tap: note developers get full clones by defaultDominyk Tiller
2016-09-14bottles: documentation updateDominyk Tiller
2016-09-14_brew_cask completion re-license to BSDJoshua 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-14Fix first _brew_cask completion function callJoshua 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-11Update brew-cask zsh completions headerJoshua McKinney
2016-09-11Add brew-cask arg descriptions to zsh completionJoshua McKinney
2016-09-11Add missing brew-cask commands to zsh completionJoshua McKinney
2016-09-11Refactor brew-cask zsh completion to functionsJoshua McKinney
2016-09-11Add Homebrew Cask completionsJoshua 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-11Merge pull request #407 from joshka/feature/zsh-completionMike McQuaid
Call subcommands from zsh completion
2016-09-10xcode: document Sierra XcodeDominyk Tiller
2016-09-09Merge pull request #896 from MikeMcQuaid/no-chown-usr-localMike McQuaid
Don't require/recommend ownership of /usr/local.
2016-09-09Don'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-08Add DEVELOPER COMMANDS to manpage.Mike McQuaid
2016-09-08Add `--help` to all developer commands.Mike McQuaid
Also, flag those that we never want to be in a manpage.
2016-09-06minor typonumbergames
Fixed minor typo -- missing preposition.
2016-09-04doc/Interesting-Taps-&-Branches: rename to Interesting-Taps-&-ForksZhiming 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-28cmd/deps.rb add --full-name optionSteven Peters
Add --full-name option to brew deps command, which displays the full name of dependencies.
2016-08-27man: update for tap preinstallDominyk Tiller
2016-08-26Brew-Test-Bot-For-Core-Contributors: fix broken linkVlad Shablinsky
2016-08-26New-Maintainer-Checklist: update linksDominyk Tiller
2016-08-26Brew-Test-Bot: update linksDominyk Tiller
2016-08-26Brew-Test-Bot-For-Core-Contributors: update linksDominyk Tiller
2016-08-21Merge pull request #717 from joshka/patch-1Mike McQuaid
Add atom language plugin to docs
2016-08-20Make "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-19Add atom language pluginJoshua McKinney