| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-12 | audit generic binary names | Adam Vandenberg | |
| Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead. | |||
| 2013-11-12 | bottle: always use HOMEBREW_REPOSITORY. | Mike McQuaid | |
| 2013-11-11 | info: fix on non-tty terminals. | Mike McQuaid | |
| References #18922. Closes #24188. Closes #24190. | |||
| 2013-11-11 | info: 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 #18922. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-09 | Clarify XQuartz warning | Jack Nagel | |
| Closes #24094. | |||
| 2013-11-07 | HOMEBREW_USE variables are no longer honored, ignore them | Jack Nagel | |
| 2013-11-07 | Display only HOMEBREW_CC/CXX in `brew --env` under superenv | Jack Nagel | |
| The other values will be identical. | |||
| 2013-11-06 | doctor: quoting fix | William 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 #24008. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-04 | Remove special cases in build-time dep audit | Jack Nagel | |
| Closes #23931. | |||
| 2013-11-03 | Doctor: fix check_access_logs | Misty De Meo | |
| Fixes #23936. | |||
| 2013-11-02 | Fix 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-01 | update: check if Cellar exists instead of factory. | Mike McQuaid | |
| Fixes #23881. | |||
| 2013-11-01 | Remove "-c1" one-line config | Jack Nagel | |
| This is broken and nobody noticed, so remove it. Closes #23878. | |||
| 2013-10-31 | bottle: improve written bottle output. | Mike McQuaid | |
| 2013-10-31 | bottle: write to relative path if exists. | Mike McQuaid | |
| 2013-10-31 | install: search when formula isn't found. | Mike McQuaid | |
| 2013-10-31 | bottle: 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 #23824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-31 | Use HOMEBREW_LOGS more consistently. | Mike McQuaid | |
| 2013-10-31 | fetch: check for existing cache file before downloading | Jack Nagel | |
| 2013-10-31 | fetch: clear partial downloads when --force is given | Jack Nagel | |
| Fixes #23764. | |||
| 2013-10-31 | sh: only activate X11 if it's installed | Jack Nagel | |
| Fixes #23835. | |||
| 2013-10-30 | Cleanup use of some global constants. | Mike McQuaid | |
| 2013-10-30 | deps: don't use symbol-like output by default. | Mike McQuaid | |
| 2013-10-30 | doctor: 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-30 | install: print osx-gcc-installer doctor warning. | Mike McQuaid | |
| 2013-10-30 | update: 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 #23760. | |||
| 2013-10-30 | global: add more tap regexes. | Mike McQuaid | |
| 2013-10-30 | uses: display requirements. | Mike McQuaid | |
| Closes #23758. | |||
| 2013-10-30 | deps: display requirements default_formulae. | Mike McQuaid | |
| 2013-10-30 | doctor: ensure git --version actually matches. | Mike McQuaid | |
| Closes #23791. | |||
| 2013-10-29 | New 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 #22729. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-10-28 | versions: fix bottle_filenames. | Mike McQuaid | |
| Previously if a bottle had no checksum for a particular platform (i.e. currently there are no Mavericks bottles) then it would generate a different revision (and thus filename) to the rest of the bottles being generated which meant bottles needed to be manually renamed. Instead check the actual bottle object's checksums to make sure that we've looked at the previous bottles for all platforms rather than just the current one. | |||
| 2013-10-26 | create: escape example interpolation | Jack Nagel | |
| Fixes #23643. | |||
| 2013-10-26 | add note about test path to create template | Adam Vandenberg | |
| 2013-10-25 | doctor: require CLT on 10.9. | Mike McQuaid | |
| Xcode-only setup is badly broken and will remain that way until fixed by Apple. For many 10.9 issues this fixes things so let's tell the users. | |||
| 2013-10-25 | create: detect name from GitHub archives. | Mike McQuaid | |
| 2013-10-25 | Add HOMEBREW_NO_GITHUB_API env var. | David MacMahon | |
| This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-24 | config: omit llvm-gcc if it's not installed | Jack Nagel | |
| 2013-10-23 | Improve Xcode and CLT installation instructions. | Mike McQuaid | |
| 2013-10-22 | Avoid comparing Xcode.version to floats | Jack Nagel | |
| 2013-10-22 | Avoid comparing MacOS.version to floats | Jack Nagel | |
| 2013-10-22 | doctor: remove 10.9 warning | Jack Nagel | |
| 2013-10-22 | Different regex for user/tap/formula and user/tap. | Mike McQuaid | |
| Closes #23430. | |||
| 2013-10-21 | install: silently ignore already tapped taps. | Mike McQuaid | |
| 2013-10-21 | tap: use dedicated exception for already tapped. | Mike McQuaid | |
| 2013-10-21 | install: fix trying to tap local bottles. | Mike McQuaid | |
| 2013-10-21 | install: tap if full tap formula format given. | Mike McQuaid | |
| Closes #23411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-21 | global: unify tap regex. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-18 | libextractor: add runtime dependency on libtool | Jack Nagel | |
| Fixes #23306. | |||
| 2013-10-16 | add pin/unpin to help | Stan | |
| Closes #23267. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
