Rylan Polster
701989968d
Merge pull request #10268 from Rylan12/completions-opt-out
...
completions: make opt-in only
2021-01-13 16:08:30 -05:00
Rylan Polster
eb3a662841
completions: clarify that only external tap completions are affected
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2021-01-12 16:31:24 -05:00
Mike McQuaid
bc0d1503e8
Merge pull request #7937 from samford/add-livecheck-author-doc
...
docs: add brew livecheck documentation
2021-01-12 09:03:44 +00:00
Sam Ford
308390ba5b
Address feedback and expand documentation
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
2021-01-11 17:51:41 -05:00
Sam Ford
94f900ea87
docs: add brew livecheck documentation
2021-01-11 15:58:49 -05:00
Rylan Polster
e7b369273a
completions: link official taps automatically
2021-01-11 12:27:57 -05:00
Jonathan Chang
ce45868973
Improve documentation and add type signatures.
2021-01-11 10:40:59 +11:00
Rylan Polster
bed16128cc
completions: fix usage text
2021-01-10 16:32:18 -05:00
Claudia Pellegrino
c8e2f3476f
Merge pull request #10252 from Rylan12/python-docs-fix
...
docs: update homebrew-pypi-poet instructions
2021-01-08 20:32:09 +01:00
Rylan Polster
74787ca0ee
docs: update shell completions instructions
2021-01-08 11:26:33 -05:00
Rylan Polster
234267cc93
completions: make opt-in only
2021-01-08 11:10:24 -05:00
Mike McQuaid
30d5fc6285
Merge pull request #10259 from kidonng/cask-completion
...
Add brew casks command
2021-01-08 13:04:53 +00:00
Mike McQuaid
3b3d495021
Merge pull request #10239 from MikeMcQuaid/rubocop-shim
...
rubocop: add shim and command.
2021-01-08 13:04:35 +00:00
Vítor Galvão
5dbe54d766
Docs: non-cask binaries are not overwritten by --force
2021-01-07 21:23:06 +00:00
Rylan Polster
d06fc3be63
docs: update homebrew-pypi-poet instructions
2021-01-07 13:24:18 -05:00
Mike McQuaid
dc072afdb1
rubocop: add shim and command.
...
Add a shim and a command that can be used to easily add a single
directory to your `PATH` (`Library/Homebrew/shims/gems`) and have it
automatically install, configure and run `rubocop` so you can use it
for in-editor integrations.
2021-01-07 13:27:17 +00:00
Mike McQuaid
dad7dc6a14
Merge pull request #10196 from souleater7/delete-devel
...
Delete references to devel
2021-01-06 09:15:52 +00:00
dependabot[bot]
63c407c0e6
build(deps-dev): bump html-proofer from 3.18.2 to 3.18.5 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.18.2 to 3.18.5.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.18.2...v3.18.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 09:41:56 +00:00
psobolewskiPhD
5159c8f6a6
Correct missing ? in build.with?("qt5")
...
Correct Messaging section:
missing ? in: build.with?("qt5")
2021-01-04 01:26:08 -05:00
Zachary Moon
8dcd2d2ba8
Add a missing backtick
2021-01-02 13:38:31 -05:00
souleater7
e50e3e4b22
Delete references to devel
2021-01-01 10:16:31 -08:00
Rylan Polster
635ecbc589
Merge pull request #10178 from Rylan12/documentation-updates
...
Documentation updates
2020-12-31 14:41:41 -05:00
Rylan Polster
e9a44cb96c
Merge pull request #10117 from Rylan12/add-blog-reference-to-release-notes
...
Add more links to the changelog and blog
2020-12-31 10:46:46 -05:00
Rylan Polster
6133c6602a
docs: use and instead of &
...
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
2020-12-31 10:44:00 -05:00
Rylan Polster
b605b3ebe5
docs: further clarify merging workflows
...
Co-Authored-By: Sam Ford <1584702+samford@users.noreply.github.com>
2020-12-30 21:12:45 -05:00
Rylan Polster
bca13a4926
docs: clarify GitHub merge workflow usage
...
Co-Authored-By: Sam Ford <1584702+samford@users.noreply.github.com>
2020-12-30 16:22:46 -05:00
FX Coudert
15fc1962fc
Installation.md: update for ARM
2020-12-30 10:53:40 +01:00
Kid
98c968ea2f
Add brew casks command
2020-12-30 10:55:26 +08:00
Rylan Polster
07ffa7dda7
docs: clarify squash/merge vs rebase/merge
2020-12-29 13:02:14 -05:00
Rylan Polster
5f7c369bc8
docs: fix wording on manpage for cask options
2020-12-29 13:01:58 -05:00
Rylan Polster
bc4f5556c7
Merge pull request #10144 from Rylan12/deprecate-disable-documentation
...
docs: add deprecate/disable/removal documentation
2020-12-29 05:47:21 -05:00
Rylan Polster
c54acefab3
Merge pull request #10147 from Rylan12/rename-cask-args
...
cli/parser: use - instead of _ in cask args
2020-12-28 22:07:39 -05:00
Rylan Polster
6d0899f298
release-notes: clarify help text and minor refactor
2020-12-28 11:34:29 -05:00
Rylan Polster
5f887ca934
docs: clarify formula deprecation conditions
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-12-28 11:28:17 -05:00
Rylan Polster
a33f4e0fd1
release-notes: show warning on recent major/minor tag
2020-12-28 10:53:41 -05:00
Rylan Polster
5784e36ead
docs: improve clarity in deprecate/disable/removal docs
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
Co-Authored-By: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Co-Authored-By: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2020-12-28 10:31:14 -05:00
Mike McQuaid
879589583d
Merge pull request #10095 from hyuraku/add-options-to-search
...
search: add two options
2020-12-28 13:21:10 +00:00
Rylan Polster
09132be32a
docs: use list for common disable reasons
...
Co-Authored-By: Adrian Ho <the.gromgit@gmail.com>
2020-12-27 13:49:25 -05:00
Issy Long
90868fff34
cmd/list: Remove help text about -l
displaying file sizes
...
- It doesn't work on the `HOMEBREW_CELLAR` dir for some reason, and
using `du -sh` instead (PR 10131) was an extra call that we don't
need.
- (I had to edit the man page manually as `brew man` gives me "Broken
pipe" errors.)
2020-12-25 19:03:57 +00:00
Rylan Polster
ab97c30b14
cli/parser: use - instead of _ in cask args
2020-12-25 12:42:18 -05:00
Rylan Polster
b125bd92cf
docs: incorporate changes from code review
...
Co-Authored-By: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2020-12-25 12:13:38 -05:00
Rylan Polster
5a1adeae06
docs: incorporate changes from code review
...
Co-Authored-By: Seeker <meaningseeking@protonmail.com>
Co-Authored-By: Sean Molenaar <smillerdev@me.com>
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
Co-Authored-By: Michka Popoff <3406519+iMichka@users.noreply.github.com>
2020-12-25 11:00:58 -05:00
Rylan Polster
361eb27110
docs: fix some copy-and-paste mistakes
...
Co-Authored-By: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2020-12-25 00:09:57 -05:00
Rylan Polster
6739064a5e
docs: clarity improvements to deprecate/disable/remove docs
2020-12-25 00:07:13 -05:00
Rylan Polster
e0badc90e0
docs: add deprecate/disable/removal documentation
2020-12-24 22:42:43 -05:00
hyuraku
0b574eff90
search: add two options
2020-12-23 23:06:02 +09:00
Mike McQuaid
880eb2d350
Merge pull request #10081 from Homebrew/dependabot/bundler/docs/rake-13.0.3
...
build(deps-dev): bump rake from 13.0.1 to 13.0.3 in /docs
2020-12-21 08:23:08 +00:00
dependabot[bot]
1ed276b786
build(deps-dev): bump rake from 13.0.1 to 13.0.3 in /docs
...
Bumps [rake](https://github.com/ruby/rake ) from 13.0.1 to 13.0.3.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v13.0.1...v13.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 05:52:03 +00:00
dependabot[bot]
24db424aa0
build(deps-dev): bump html-proofer from 3.18.0 to 3.18.2 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.18.0 to 3.18.2.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.18.0...v3.18.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 05:51:48 +00:00
Rylan Polster
bade687f11
upgrade: fix style in help text
2020-12-20 13:45:33 -05:00