aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2017-07-19docs: fix fallback fontsJonathan Chang
2017-07-18docs: update for unshadowed system PythonJonathan Chang
2017-07-18New-Maintainer-Checklist: use new mailing list.Mike McQuaid
2017-07-15Merge pull request #2895 from zmwangx/docs-mention-homebrew-npm-noobMike McQuaid
docs/Node: mention homebrew-npm-noob
2017-07-15Documentation improvementsMike McQuaid
- Document ilovezfs as the official lead maintainer of Homebrew/homebrew-core. This is a role he's been doing unofficially (and brilliantly) for a while and explicit documentation of power structures makes it easier for non-Homebrew-maintainers to understand. - Document the contents of some of Homebrew's subdirectories for people clicking around in the GitHub UI looking to contribute. - Remove update bug mention from README. Enough time has passed that we can remove this disappointment.
2017-07-13docs/Node: mention homebrew-npm-noobZhiming Wang
homebrew-npm-noob is a formula generator for npm packages.
2017-07-13Merge pull request #2876 from VonUniGE/patch-1Mike McQuaid
Update documentation of brew install syntax to match its actual behav…
2017-07-13Run brew manMathieu Vonlanthen
2017-07-11another stray &bm5k
2017-07-11fix link to Interesting-Taps-and-Forks.mdbm5k
2017-07-11Correct syntax error in Manpage.mdVonUniGE
2017-07-11Add a suitable explanatory lineVonUniGE
2017-07-10Merge pull request #2873 from MikeMcQuaid/acceptable-formula-tweaksMike McQuaid
Acceptable-Formulae: general cleanup.
2017-07-10Acceptable-Formulae: general cleanup.Mike McQuaid
- We no longer care about dupes, really - Extend `.app` criteria to include GUI applications in general - Note we want things to build with Clang - Note we don't want users to have to faff too much
2017-07-09Add example links in Python for Formula AuthorsAlex Semyonov
2017-07-08Update documentation of brew install syntax to match its actual behavior.VonUniGE