Mike McQuaid
2205f62ec6
irb: add pry support.
...
Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`.
2018-02-28 11:36:23 +00:00
Mike McQuaid
6302da37f6
Add prof and ruby commands.
...
These are imported from Homebrew/homebrew-dev-tools and are both used by
maintainers so may be useful for contributors too.
2018-02-27 12:07:30 +00:00
Mike McQuaid
977c3323d2
docs.brew.sh updates
...
- 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-22 18:47:29 +00:00
joshua stein
7388acb86e
Tty: if HOMEBREW_NO_COLOR env var is present, disable color
...
bin/brew will recognize NO_COLOR variable and copy it to
HOMEBREW_NO_COLOR
2018-02-12 14:19:25 -06:00
Mike McQuaid
3a2e6b82fd
Make pinning more robust
...
Don’t autoremove pins on uninstall or upgrade and note this in the
manpage.
2018-02-05 10:59:11 +00:00
Mike McQuaid
3ac2f81f3c
Merge pull request #3757 from EricFromCanada/master
...
docs: add more option descriptions
2018-02-05 10:31:57 +01:00
EricFromCanada
91246c2553
docs: fix double backticks appearing in HTML manpage
2018-02-01 17:17:09 -05:00
EricFromCanada
1d2b4ed321
docs: add more missing option descriptions
...
and improve wording or formatting where necessary.
2018-02-01 16:06:17 -05:00
xiehuc
3e6adb7e33
update all_proxy and man pages #3751
2018-02-01 18:11:29 +08:00
Mike McQuaid
b96ec879dc
(un)linkapps: hide from manpage, use odeprecated.
2018-01-21 13:38:44 +00:00
Mike McQuaid
65695885b6
Update other Homebrew maintainers.
2018-01-18 15:45:51 +00:00
Mike McQuaid
7eb1fd6671
reinstall/upgrade: document use of options.
...
To avoid user confusion e.g. #3606 .
2017-12-30 21:23:33 +00:00
Ivars Berzinsh
28a0e445f0
Added info about no_proxy to docs
2017-12-19 10:59:04 +02:00
Mike McQuaid
67c4402634
README: add tdsmith to significant contribution list.
2017-12-15 10:50:33 +00:00
Mike McQuaid
e504caa5a3
README: remove tdsmith from maintainers.
2017-12-15 10:19:43 +00:00
Mike McQuaid
5f471ee289
doctor: tell people not to file issues.
...
This stuff doesn't matter.
2017-12-11 15:27:18 +00:00
Mike McQuaid
4eeeb5eac4
brew.1: clarify Homebrew's Ruby isn't 2.0 now.
...
Make this generic; it doesn't matter what version this is and this will
future proof it.
2017-12-08 16:49:33 +00:00
Mike McQuaid
1d344cf2f5
Document HOMEBREW_FORCE_BREWED_CURL
...
Should have been in #3482 .
2017-12-06 12:56:15 +00:00
Mike McQuaid
022303f96c
Unify proxy documentation.
...
Specify under the list of environment variables how to set each of those
that we passthrough and use.
2017-11-30 14:05:06 +00:00
Mike McQuaid
6ddf3f8796
bump-formula-pr: add --no-browse option.
...
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-30 09:14:53 +00:00
Mike McQuaid
6114f48d5d
Unhide readall and update-reset from manpage.
...
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
2017-10-26 16:14:14 +01:00
Shaun Jackman
a7b4a4572b
Regenerate Manpage.md and brew.1
2017-10-17 16:53:12 -07:00
Andrew Janke
60d8218abf
Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-tree
...
brew deps: add --include-requirements, plus some fixes
2017-08-14 20:19:39 -04:00
Andrew Janke
bb85581df0
brew deps: add --include-requirements
2017-08-11 16:43:37 -04:00
Mike McQuaid
0e3f1ab273
Note cases when pinned formulae get upgraded.
...
Fixes #3021 .
2017-08-11 17:23:11 +01:00
Mike McQuaid
baa61f5a6e
Use https for all docs.brew.sh links.
...
May as well use the more secure link when possible.
2017-07-27 15:59:37 +01:00
Mike McQuaid
4fd8aea015
Documentation improvements
...
- 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-15 12:57:34 +01:00
Mathieu Vonlanthen
73c7bc70d1
Run brew man
2017-07-13 11:15:22 +02:00
VonUniGE
e6974644e0
Correct syntax error in Manpage.md
2017-07-11 23:53:49 +02:00
VonUniGE
7957e1a721
Add a suitable explanatory line
2017-07-11 23:43:28 +02:00
VonUniGE
16496a0b0f
Update documentation of brew install syntax to match its actual behavior.
2017-07-08 00:22:18 +02:00
Mike McQuaid
155fe998ff
README: Baptiste is a former maintainer.
2017-06-17 17:36:08 +01:00
Matthew Strax-Haber
0dca037446
Fix outdated --repository
man documentation
2017-06-15 18:25:16 -07:00
Mike McQuaid
7d5b8a5cea
tests: cleanup tests.
...
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
2017-06-07 16:25:07 +01:00
Mike McQuaid
54e01d76db
Merge pull request #2599 from peternewman/patch-1
...
Fix internal links on the manpage
2017-06-04 11:52:13 +01:00
Mike McQuaid
9032574038
Update jenkins.brew.sh links.
...
These previously, incorrectly pointed to bot.brew.sh.
Fixes #2703 .
2017-05-30 19:14:40 +01:00
Mike McQuaid
8205e61e64
More environment filtering tweaks
...
- only document HOMEBREW_* variables in the manpage (although still
read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
2017-05-13 11:42:01 +01:00
Peter Newman
88cef8118e
Fix another internal link
2017-05-07 00:45:02 +01:00
Peter Newman
8c214ed16d
Fix the link code
2017-05-07 00:35:36 +01:00
Peter Newman
8f751aaf51
Fix internal links
2017-05-07 00:30:49 +01:00
Gautham Goli
fed668b330
Add --only-cops
,--except-cops
options for brew style and simplify cop names
2017-05-03 14:49:23 +05:30
Gautham Goli
c3330c289d
Add --only-cops
,--except-cops
options for brew audit
...
Also refactor audit cops into two "departments"
- FormulaAudit
- FormulaAuditStrict
2017-05-02 23:26:12 +05:30
Charlie Sharpsteen
824462c5c0
README: Add Charlie to former maintainers.
2017-04-20 08:00:14 -07:00
Mike McQuaid
55c02ae774
Merge pull request #2478 from MikeMcQuaid/audit-skip-methods
...
audit: allow skipping audit methods.
2017-04-18 09:18:55 +01:00
Mike McQuaid
43253ede65
create: use GitHub metadata where available.
...
GitHub provides a description and homepage field so let `brew create`
use them where possible. Also, detect GitHub repositories based on
`releases` as well as `archive`s.
2017-04-18 08:22:41 +01:00
Mike McQuaid
3f8722c971
audit: allow skipping audit methods.
...
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
2017-04-18 08:17:26 +01:00
Mike McQuaid
566d3cb58b
Document all short flags.
2017-04-02 10:14:58 +01:00
Mike McQuaid
e723131438
pull: optionally warn (not die) on bottle publish failure.
...
This is useful when you're pulling PRs where individual bottles can't be
uploaded/built but you still want to pull the PR as a whole anyway.
2017-03-23 10:00:33 +00:00
Mike McQuaid
650c33e73b
man: generate Markdown man page.
...
The existing `brew.1.html` wasn't particularly pleasant to read and
given everything else in `docs/` is a Markdown file it makes sense to
generate a post-processed Markdown file that can in turn be used by
Jekyll to generate a nicely themed HTML file.
2017-03-22 21:38:41 +00:00