aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Expand)Author
2016-04-20help: refactor (again) and fix code style issuesMartin Afanasjew
2016-04-20help: improve styling of generic help textMartin Afanasjew
2016-04-20--version: move help to documentation commentMartin Afanasjew
2016-04-20--repository: move help to documentation commentMartin Afanasjew
2016-04-20--prefix: move help to documentation commentMartin Afanasjew
2016-04-20--env: move help to documentation commentMartin Afanasjew
2016-04-20--cellar: move help to documentation commentMartin Afanasjew
2016-04-20--cache: move help to documentation commentMartin Afanasjew
2016-04-20man: put option-style commands after regular onesMartin Afanasjew
2016-04-19man: fix Ruby syntax warningXu Cheng
2016-04-19test-bot: simplify the logicXu Cheng
2016-04-19Revert "man: fix Ruby syntax warning"Xu Cheng
2016-04-19man: fix Ruby syntax warningXu Cheng
2016-04-19test-bot: prevent infinite loop caused by unavailable formula.Xu Cheng
2016-04-18test-bot: check all dependents for broken dylibsAndrew Janke
2016-04-18test-bot: don't untap during cleanup_beforeDominyk Tiller
2016-04-18test-bot: purge non-core taps at start/end of job (#109)Dominyk Tiller
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-04-18ARGV: remove unused 'usage' methodMartin Afanasjew
2016-04-18help: handle help output (move from 'brew.rb')Martin Afanasjew
2016-04-17install: handle FormulaClassUnavailableErrorMartin Afanasjew
2016-04-17man: replace split header/footer with ERB templateMartin Afanasjew
2016-04-17man: pipe markup to 'ronn' to avoid temporary fileMartin Afanasjew
2016-04-17man: refactor and fix code styleMartin Afanasjew
2016-04-17list: exclude zsh completions from unbrewedMartin Afanasjew
2016-04-16audit.rb: Base desc length check on short nameCory Donnelly
2016-04-16test-bot: update for new deps/uses optionsXu Cheng
2016-04-16uses/deps: default to skip optional/build deps.Xu Cheng
2016-04-14style: use rubocop 0.39Dominyk Tiller
2016-04-12update: use official GitHub SHA API. (#75)Mike McQuaid
2016-04-12Homebrew (opt-in) Analytics tweaks. (#57)Mike McQuaid
2016-04-12help: support highlighted outputXu Cheng
2016-04-12help: handle aliasXu Cheng
2016-04-11Auto-update when running `brew install`/`upgrade`.Mike McQuaid
2016-04-10Fix documentation errorMax Nordlund
2016-04-10Add all the top level commentsMax Nordlund
2016-04-10Implement the `brew help` commandMax Nordlund
2016-04-07always prefer HOMEBREW_CURL over plain 'curl'Martin Afanasjew
2016-04-06test-bot: add safety margin to output truncation sizeAndrew Janke
2016-04-06test-bot: stop using --recursive for `brew uses`Dominyk Tiller
2016-04-06prune: handle broken app symlinksMartin Afanasjew
2016-04-06unlinkapps: add --dry-run optionMartin Afanasjew
2016-04-06unlinkapps: modernizeMartin Afanasjew
2016-04-06linkapps: modernizeMartin Afanasjew
2016-04-06test-bot: fix access to relocated methodMartin Afanasjew
2016-04-06test-bot: fix undefined method errorMartin Afanasjew
2016-04-05audit: require plist_options when using plistDominyk Tiller
2016-04-05audit: check plist placementDominyk Tiller
2016-04-05Merge pull request #27 from apjanke/test-bot-xml-filterAndrew Janke
2016-04-05tap: support --full even if installedilovezfs