aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2013-12-05bottle: only split on newlinesJack Nagel
2013-12-05String isn't Enumerable in 1.9+Jack Nagel
2013-12-04Do relocation check while preparing bottleJack Nagel
2013-12-04Insert placeholders for prefix and cellar in relocatable bottlesJack Nagel
2013-12-04loosen FileUtils auditAdam Vandenberg
2013-12-02Fix tap migrationsJack Nagel
When a `brew update` pulls down additions to tap_migrations.rb and the removed formulae in the same update, the migrations will never run, because tap_migrations.rb is loaded before the update takes place. Fix this by loading it after the update.
2013-12-02Emit deprecation warning for --use-{gcc,llvm,clang}Jack Nagel
Closes Homebrew/homebrew#24864.
2013-12-01bottle: make writing commit message more robust.Mike McQuaid
2013-11-27bottle: write bottle version in commit message.Mike McQuaid
2013-11-26audit: distinguish between nil and empty versionsJack Nagel
2013-11-25Fix some unanchored patch URLsJack Nagel
2013-11-23audit: remove 'python bindings' warningAdam Vandenberg
2013-11-17retire homebrew/x11Adam Vandenberg
Closes Homebrew/homebrew#24405.
2013-11-16Move brew-leaves into coreJack Nagel
Closes Homebrew/homebrew#24371.
2013-11-14versions: announce deprecation.Mike McQuaid
They break often so we should think, longer-term, about removing it altogether but may as well give users fair warning before that point. Closes Homebrew/homebrew#24220. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-14update: add remaining status indicators to diff-tree regexpJack Nagel
As I understand it, we should never encounter these, but...
2013-11-14update: guard against nil in tap migrationsJack Nagel
2013-11-14Add file type change to git diff-tree regexpJack Nagel
Fixes Homebrew/homebrew#24286.
2013-11-12XQuartz 2.7.5 releasedJack Nagel
Closes Homebrew/homebrew#24173.
2013-11-12audit generic binary namesAdam Vandenberg
Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead.
2013-11-12bottle: always use HOMEBREW_REPOSITORY.Mike McQuaid
2013-11-11info: fix on non-tty terminals.Mike McQuaid
References Homebrew/homebrew#18922. Closes Homebrew/homebrew#24188. Closes Homebrew/homebrew#24190.
2013-11-11info: decorate deps to show installed status?Colin Dean
* shows green tick if installed or red cross if not * only highlight dependency if HOMEBREW_NO_EMOJI is set Closes Homebrew/homebrew#18922. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-09Clarify XQuartz warningJack Nagel
Closes Homebrew/homebrew#24094.
2013-11-07HOMEBREW_USE variables are no longer honored, ignore themJack Nagel
2013-11-07Display only HOMEBREW_CC/CXX in `brew --env` under superenvJack Nagel
The other values will be identical.
2013-11-06doctor: quoting fixWilliam Entriken
The one liner should put `#{HOMEBREW_PREFIX}/bin:$PATH` into bash profile. Previously it was being interpreted by the shell before being put in bash profile. Closes Homebrew/homebrew#24008. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-04Remove special cases in build-time dep auditJack Nagel
Closes Homebrew/homebrew#23931.
2013-11-03Doctor: fix check_access_logsMisty De Meo
Fixes Homebrew/homebrew#23936.
2013-11-02Fix regression in `brew deps`Jack Nagel
The default mode is intended to display recursive dependencies, with the `--1` flag to display only one level.
2013-11-01update: check if Cellar exists instead of factory.Mike McQuaid
Fixes Homebrew/homebrew#23881.
2013-11-01Remove "-c1" one-line configJack Nagel
This is broken and nobody noticed, so remove it. Closes Homebrew/homebrew#23878.
2013-10-31bottle: improve written bottle output.Mike McQuaid
2013-10-31bottle: write to relative path if exists.Mike McQuaid
2013-10-31install: search when formula isn't found.Mike McQuaid
2013-10-31bottle: improve relocatable debugging.Elliot Saba
* When Homebrew developer mode is enabled, if a bottle is not found to be relocatable attempt to explain why * Print out paths of each file that still contains the string search for * If the string searched for was found in an executable, check to see if `otool` can explain the string's appearance * If otool can't explain, see if `strings` can explain Closes Homebrew/homebrew#23824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-31Use HOMEBREW_LOGS more consistently.Mike McQuaid
2013-10-31fetch: check for existing cache file before downloadingJack Nagel
2013-10-31fetch: clear partial downloads when --force is givenJack Nagel
Fixes Homebrew/homebrew#23764.
2013-10-31sh: only activate X11 if it's installedJack Nagel
Fixes Homebrew/homebrew#23835.
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-30deps: don't use symbol-like output by default.Mike McQuaid
2013-10-30doctor: strengthen osx-gcc-installer warning.Mike McQuaid
We hate it and we should tell people why. Next step may be blocking it altogether.
2013-10-30install: print osx-gcc-installer doctor warning.Mike McQuaid
2013-10-30update: automatically tap migrated formulae.Mike McQuaid
When a formula is removed from core and installed let's tap it so users can get updates without caring which tap we want to put things in. This should allow us to migrate a lot of things to taps. Closes Homebrew/homebrew#23760.
2013-10-30global: add more tap regexes.Mike McQuaid
2013-10-30uses: display requirements.Mike McQuaid
Closes Homebrew/homebrew#23758.
2013-10-30deps: display requirements default_formulae.Mike McQuaid
2013-10-30doctor: ensure git --version actually matches.Mike McQuaid
Closes Homebrew/homebrew#23791.
2013-10-29New command: `brew unlinkapps`Teo Ljungberg
The name is pretty self explanatory, it unlinks all installed applications found under `brew --prefix` from either `~/Applications` or `/Applications` Closes Homebrew/homebrew#22729. Signed-off-by: Adam Vandenberg <flangy@gmail.com>