aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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.
2017-08-01Merge pull request #2963 from cclauss/patch-2Mike McQuaid
Put the five executables in a list
2017-07-31docs/brew-tap.md: Reference dunn's Emacs tapBob W. Hogg
edavis' repo currently points to homebrew/emacs, which has since been moved to dunn/emacs. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-07-30Rewordedcclauss
2017-07-29Put the five executables in a listcclauss
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-27docs/css: import from brew.sh.Mike McQuaid
https://github.com/Homebrew/homebrew.github.io/pull/171
2017-07-25brew-tap: change back to normal output.Mike McQuaid
2017-07-25change `brew tap` outputEricFromCanada
2017-07-24docs: update guidelines for duplicatesEricFromCanada
As per #2873, duplicate and versioned formulae are fine if done right.
2017-07-20Update FAQ to indicate HOMEBREW_BUILD_FROM_SOURCE can still be setJustin Baugh
2017-07-20Address rubocop issuesJustin Baugh