| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-03 | Adjust docs and more internal code for Python 3. | Mike McQuaid | |
| Now we have `python` for Python 3 and `python@2` for Python 2 some more adjustments need to be made. | |||
| 2018-03-02 | Merge pull request #3860 from MikeMcQuaid/remove-acceptable-bindings1.5.7 | Mike McQuaid | |
| docs/Acceptable-Formulae: remove bindings mention. | |||
| 2018-03-02 | docs/Acceptable-Formulae: remove bindings mention. | Mike McQuaid | |
| We do accept these e.g. `boost-python`. | |||
| 2018-02-28 | irb: add pry support. | Mike McQuaid | |
| Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`. | |||
| 2018-02-27 | Add prof and ruby commands. | Mike McQuaid | |
| These are imported from Homebrew/homebrew-dev-tools and are both used by maintainers so may be useful for contributors too. | |||
| 2018-02-23 | _config.yml: use extensionless permalinks. | Mike McQuaid | |
| 2018-02-23 | Revert "docs: use short links." | Mike McQuaid | |
| This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832. | |||
| 2018-02-22 | docs: add/update more layouts. | Mike McQuaid | |
| 2018-02-22 | docs: use short links. | Mike McQuaid | |
| 2018-02-22 | docs/config.yml: generate README.md again. | Mike McQuaid | |
| This is the index. | |||
| 2018-02-22 | docs.brew.sh updates | Mike McQuaid | |
| - Remove no longer needed `acme-challenge` file - Set title, description, social image, logo, etc. for SEO - Use extensionless permalinks (old links still work) - Cleanup `_config.yml` - Import latest `_layouts/base` from https://brew.sh | |||
| 2018-02-21 | Versions: additional formulae requirements. | Mike McQuaid | |
| These should help keep these formulae more maintainable. | |||
| 2018-02-12 | Tty: if HOMEBREW_NO_COLOR env var is present, disable color | joshua stein | |
| bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR | |||
| 2018-02-05 | Make pinning more robust | Mike McQuaid | |
| Don’t autoremove pins on uninstall or upgrade and note this in the manpage. | |||
| 2018-02-05 | Merge pull request #3757 from EricFromCanada/master | Mike McQuaid | |
| docs: add more option descriptions | |||
| 2018-02-01 | docs: fix double backticks appearing in HTML manpage | EricFromCanada | |
| 2018-02-01 | docs: add more missing option descriptions | EricFromCanada | |
| and improve wording or formatting where necessary. | |||
| 2018-02-01 | docs: add two taps, update CI info | EricFromCanada | |
| and fix some wording. | |||
| 2018-02-01 | update all_proxy and man pages #3751 | xiehuc | |
| 2018-01-27 | Minor proposal | Darío Hereñú | |
| 2018-01-21 | (un)linkapps: hide from manpage, use odeprecated. | Mike McQuaid | |
| 2018-01-19 | docs/Versions: versions should build. | Mike McQuaid | |
| Seems obvious but was somehow omitted. | |||
| 2018-01-19 | Versions: update acceptable versioned formulae. | Mike McQuaid | |
| Clarify further what's acceptable and what isn't. | |||
| 2018-01-18 | Merge pull request #3676 from apjanke/make-apjanke-former-maintainer | Mike McQuaid | |
| README: update list of maintainers | |||
| 2018-01-18 | Update other Homebrew maintainers. | Mike McQuaid | |
| 2018-01-18 | Merge pull request #3661 from MikeMcQuaid/deprecate-default-formula | Mike McQuaid | |
| Deprecate default_formula Requirement DSL | |||
| 2018-01-18 | Formula-Cookbook: various updates. | Mike McQuaid | |
| Update some stuff that was deprecated or tweak wording. | |||
| 2018-01-15 | docs: update gems. | Mike McQuaid | |
| - check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits | |||
| 2018-01-14 | Deprecate default_formula Requirement DSL | Mike McQuaid | |
| This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core. | |||
| 2018-01-12 | Python-for-Formula-Authors: python from PATH isn't used. | Mike McQuaid | |
| 2018-01-12 | Homebrew-and-Python: can't build from source to avoid Homebrew python. | Mike McQuaid | |
| 2018-01-11 | docs: remove :python requirement | EricFromCanada | |
| 2018-01-11 | Interesting-Taps-and-Forks: add brewsci org taps. | Mike McQuaid | |
| From the artist known as homebrew-science. | |||
| 2018-01-07 | docs: fix audit warning in Python formula example | Alyssa Ross | |
| Auditing a formula with this structure (plus a `desc` statement) results in an audit warning: > * C: 12: col 3: `include` (line 12) should be put before `desc` (line 2) | |||
| 2018-01-01 | Deprecate Homebrew/homebrew-science | Mike McQuaid | |
| 2017-12-30 | reinstall/upgrade: document use of options. | Mike McQuaid | |
| To avoid user confusion e.g. #3606. | |||
| 2017-12-19 | Added info about no_proxy to docs | Ivars Berzinsh | |
| 2017-12-15 | README: add tdsmith to significant contribution list. | Mike McQuaid | |
| 2017-12-15 | README: remove tdsmith from maintainers. | Mike McQuaid | |
| 2017-12-13 | New-Maintainer-Checklist: make some tweaks. | Mike McQuaid | |
| - there are obligations on becoming a maintainer so firm these up a bit - make clear there's a trial period after being invited to be a maintainer. | |||
| 2017-12-11 | doctor: tell people not to file issues. | Mike McQuaid | |
| This stuff doesn't matter. | |||
| 2017-12-10 | Merge pull request #3542 from MikeMcQuaid/xcode-9.2 | Mike McQuaid | |
| Xcode 9.2 | |||
| 2017-12-08 | brew.1: clarify Homebrew's Ruby isn't 2.0 now. | Mike McQuaid | |
| Make this generic; it doesn't matter what version this is and this will future proof it. | |||
| 2017-12-08 | Xcode 9.2 | Mike McQuaid | |
| Update all the necessary versions but also cleanup some related indentation and point the `Xcode.md` document to the code rather than duplicating it there (which means it sometimes ends up outdated). | |||
| 2017-12-06 | Document HOMEBREW_FORCE_BREWED_CURL | Mike McQuaid | |
| Should have been in #3482. | |||
| 2017-11-30 | Unify proxy documentation. | Mike McQuaid | |
| Specify under the list of environment variables how to set each of those that we passthrough and use. | |||
| 2017-11-19 | python2: Added missing pip sub-command in docs | Bartosz Kita | |
| 2017-11-17 | docs: rename Taps docs to match convention | EricFromCanada | |
| 2017-11-17 | docs: update for homebrew-nginx migration | EricFromCanada | |
| 2017-11-10 | Remove more uses of EOS.undent. | Mike McQuaid | |
