aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2018-01-18Merge pull request #3676 from apjanke/make-apjanke-former-maintainerMike McQuaid
README: update list of maintainers
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
Deprecate default_formula Requirement DSL
2018-01-18Formula-Cookbook: various updates.Mike McQuaid
Update some stuff that was deprecated or tweak wording.
2018-01-15docs: update gems.Mike McQuaid
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
2018-01-14Deprecate default_formula Requirement DSLMike 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-12Python-for-Formula-Authors: python from PATH isn't used.Mike McQuaid
2018-01-12Homebrew-and-Python: can't build from source to avoid Homebrew python.Mike McQuaid
2018-01-11docs: remove :python requirementEricFromCanada
2018-01-11Interesting-Taps-and-Forks: add brewsci org taps.Mike McQuaid
From the artist known as homebrew-science.
2018-01-07docs: fix audit warning in Python formula exampleAlyssa 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-01Deprecate Homebrew/homebrew-scienceMike McQuaid
2017-12-30reinstall/upgrade: document use of options.Mike McQuaid
To avoid user confusion e.g. #3606.
2017-12-19Added info about no_proxy to docsIvars Berzinsh
2017-12-15README: add tdsmith to significant contribution list.Mike McQuaid
2017-12-15README: remove tdsmith from maintainers.Mike McQuaid
2017-12-13New-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-11doctor: tell people not to file issues.Mike McQuaid
This stuff doesn't matter.
2017-12-10Merge pull request #3542 from MikeMcQuaid/xcode-9.2Mike McQuaid
Xcode 9.2
2017-12-08brew.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-08Xcode 9.2Mike 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-06Document HOMEBREW_FORCE_BREWED_CURLMike McQuaid
Should have been in #3482.
2017-11-30Unify proxy documentation.Mike McQuaid
Specify under the list of environment variables how to set each of those that we passthrough and use.
2017-11-19python2: Added missing pip sub-command in docsBartosz Kita
2017-11-17docs: rename Taps docs to match conventionEricFromCanada
2017-11-17docs: update for homebrew-nginx migrationEricFromCanada
2017-11-10Remove more uses of EOS.undent.Mike McQuaid
2017-11-01doc/Xcode: update for Xcode 9.1 releaseDominyk Tiller
2017-10-30bump-formula-pr: add --no-browse option.Mike McQuaid
If `--no-browse` is passed, don't pass the `--browse` argument to `hub` which opens the pull request URL in a browser. Instead, output it to the command line.
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
2017-10-23docs: fix poor visibility in syntax highlightingJonathan Chang
2017-10-22Checksum_Deprecation: tweak phrasing/explanation/etcDominyk Tiller
2017-10-19xcode: update to Xcode 9.0.1 on 10.12 and 10.13JCount
2017-10-17Regenerate Manpage.md and brew.1Shaun Jackman
2017-10-13Update docs: homebrew/livecheckDavid C Hall
2017-10-05docs: update list of tapsEricFromCanada
- the official homebrew/apache tap was removed - besport/ocaml was deprecated and now points at the OPAM package manager - added sidaf/pentest & osrf/simulation - improved description for homebrew/nginx & homebrew/php
2017-10-04Update my name in Kickstarter-SupportersMichał Gołębiowski-Owczarek
2017-09-14Require more HTTP mirrors for old OS X versions.Mike McQuaid
This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself.
2017-09-03docs: Clarify availability of analyticsWilliam Woodruff
This commit tweaks the language in Analytics.md to make it clear that summaries of install/error data are publicly available, while only Homebrew maintainers can access the full analytics (as specified above in the document).
2017-08-23Change to man page referenceFrederick Akalin
2017-08-23Fix apostropheFrederick Akalin
2017-08-23Just have the Apple documentation linkFrederick Akalin
2017-08-23Update FAQ entryFrederick Akalin
2017-08-23Merge pull request #3048 from tdsmith/update-python-docsMike McQuaid
Update Python docs
2017-08-22upgrade more urls to httpsViktor Szakats
2017-08-14Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-treeAndrew Janke
brew deps: add --include-requirements, plus some fixes
2017-08-12Remove some hedge words.Mike McQuaid
2017-08-11Update Python docsTim D. Smith
Reflect some of the wisdom learned over the last couple of years, which contradict some of the earlier dicta.
2017-08-11brew deps: add --include-requirementsAndrew Janke
2017-08-11Note cases when pinned formulae get upgraded.Mike McQuaid
Fixes #3021.