aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Expand)Author
2017-04-25Add `GitHub::search_code` method.Markus Reiter
2017-04-25Allow forcing Homebrew GitHub organisation.Mike McQuaid
2017-04-24search: use single HTTP call for tap searches.Mike McQuaid
2017-04-22More deprecations.Mike McQuaid
2017-04-20Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`.Markus Reiter
2017-04-20Lowercase `Caskroom` in `search`.Markus Reiter
2017-04-18install: don't search when formula is unreadable.Mike McQuaid
2017-04-17Merge pull request #2475 from MikeMcQuaid/uses-deletedMike McQuaid
2017-04-17uses: allow checking deleted formulae.Mike McQuaid
2017-04-17install: use include instead of regex.Mike McQuaid
2017-04-15install: do not search taps when a qualified formula is missingZhiming Wang
2017-04-04update-report: don't show new, installed formulae.Mike McQuaid
2017-04-02Handle missing receipt on `brew install`.Mike McQuaid
2017-04-02Document all short flags.Mike McQuaid
2017-04-01Fix the 'export PATH' message in `link` for a keg-only formulaEugene Nikolsky
2017-03-31migrator: check if taps are from same user insteadMike McQuaid
2017-03-31upgrade: perform rename migrations when needed.Mike McQuaid
2017-03-31reinstall: perform rename migrations when needed.Mike McQuaid
2017-03-31install: perform rename migrations when needed.Mike McQuaid
2017-03-31update-report: more forceful rename migration.Mike McQuaid
2017-03-31Merge pull request #2374 from joshka/cleanup-command-continue-on-errorMike McQuaid
2017-03-31Brew cleanup: Continue on error removing kegJoshua McKinney
2017-03-27Add pinned version to outdated json outputWilliam Roe
2017-03-27Add pinned version to outdated outputWilliam Roe
2017-03-23Merge pull request #2372 from MikeMcQuaid/link-keg-only-path-messageMike McQuaid
2017-03-23link: tell users of `brew link --force` about opt.Mike McQuaid
2017-03-23search: silence searching git log.Mike McQuaid
2017-03-23install: immediately print FormulaUnavailableError.Mike McQuaid
2017-03-23info: immediately print FormulaUnavailableError.Mike McQuaid
2017-03-21update-report: check migration symlinks.Mike McQuaid
2017-03-21Merge pull request #1732 from zmwangx/hint-migrationsMike McQuaid
2017-03-21Merge pull request #2370 from MikeMcQuaid/update-migrate-all-formulaMike McQuaid
2017-03-20missing_formula: subsume historic logic.Mike McQuaid
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
2017-03-20cmd/log: improve output messaging.Mike McQuaid
2017-03-20search: tweak specific formula match formatting.Mike McQuaid
2017-03-20Hint at new location of migrated formulaeZhiming Wang
2017-03-20update-report: migrate all formulae every time.Mike McQuaid
2017-03-20update-report: migrated formulae were not deleted.Mike McQuaid
2017-03-17upgrade: keg_only before non-keg_only formulaeilovezfs
2017-03-16Use a `Formulary`-like approach to load Casks.Markus Reiter
2017-03-12Merge pull request #2322 from MikeMcQuaid/autoupdate-stop-skipping-no-formula...Mike McQuaid
2017-03-12update: stop autoupdate skipping no formula taps.Mike McQuaid
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-03-08style: improve Rubocop error handling.Mike McQuaid
2017-03-06Merge pull request #2272 from EricFromCanada/masterMike McQuaid
2017-03-06Move `cask` to `cmd/`.Markus Reiter
2017-03-05Add more flags and descriptions to man pages.EricFromCanada
2017-02-27Merge pull request #1708 from joshka/feature/install-tap-cmd-completionsMike McQuaid
2017-02-26Install tap command completions and manpagesJoshua McKinney