1506 Commits

Author SHA1 Message Date
Markus Reiter
b8e10a47dd
Update man page. 2020-12-12 17:43:25 -05:00
Rylan Polster
967636aca0
Merge pull request #9511 from hyuraku/home-add-two-options
add two options (--formula and --cask) to cmd/home
2020-12-12 13:28:09 -05:00
EricFromCanada
9dec442e71 pr-pull: prepare replacement for --workflow flag 2020-12-11 16:50:03 -05:00
Sean Molenaar
402600a94f
docs: add documentation for plists 2020-12-11 21:33:19 +01:00
hyuraku
16d13fe086 add two options to cmd/home 2020-12-11 23:09:14 +09:00
Mike McQuaid
aa7d7a10db
Merge pull request #9475 from EricFromCanada/bump-edge-cases
bump-formula-pr: handle additional edge cases
2020-12-10 13:13:18 +00:00
Mike McQuaid
4f438f6e45
Merge pull request #9477 from MikeMcQuaid/cleanup_periodic_full_days
Add HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS environment variable
2020-12-10 12:57:08 +00:00
EricFromCanada
59cfef6db0 bump-formula-pr: handle additional edge cases 2020-12-09 10:21:36 -05:00
Mike McQuaid
23fccdb380
Merge pull request #9483 from Homebrew/revert-9422-untap-force
Revert "untap: add --force switch"
2020-12-09 13:58:52 +00:00
Rylan Polster
fbcf943d8c
Merge pull request #9437 from Rylan12/uses-flags
uses: add --formula and --casks flags
2020-12-09 08:58:42 -05:00
Mike McQuaid
026381d359
Revert "untap: add --force switch" 2020-12-09 13:01:35 +00:00
Dawid Dziurla
37fe150284
Merge pull request #9422 from dawidd6/untap-force
untap: add --force switch
2020-12-09 12:28:00 +01:00
Mike McQuaid
5757777a6e
Add HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS environment variable
This allows customisation of how often the periodic cleanups are done.
2020-12-09 10:36:02 +00:00
Markus Reiter
1c2a31e224 Allow passing individual casks to bump-unversioned-casks for debugging. 2020-12-08 01:03:39 +01:00
Markus Reiter
c6876ba65c Add UnversionedCaskChecker helper class. 2020-12-07 23:03:47 +01:00
Markus Reiter
0a54169fa6 Change limit to minutes. 2020-12-07 23:03:47 +01:00
Markus Reiter
b57a448f2a Add bump-unversioned-casks command. 2020-12-07 23:03:47 +01:00
dependabot[bot]
dcbdb9563a
build(deps-dev): bump html-proofer from 3.17.3 to 3.17.4 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.3 to 3.17.4.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.3...v3.17.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-07 14:34:00 +00:00
Rylan Polster
e3427fa64f uses: add --formula and --casks flags 2020-12-06 11:45:30 -05:00
Dawid Dziurla
5f9140f8a8
untap: add --force switch
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2020-12-06 17:16:02 +01:00
hyuraku
e2ce4ab1b6 add flags to deps --installed 2020-12-04 10:11:17 +09:00
Mike McQuaid
c23db73e36
Revert "add two flag to deps --installed" 2020-12-03 19:39:32 +00:00
hyuraku
33fccb46ca
add two flag to deps --installed 2020-12-03 16:54:17 +00:00
Rylan Polster
77b4275f81
Merge pull request #9326 from Rylan12/migrate-style-exceptions
Migrate style exceptions to homebrew/core
2020-12-01 12:19:45 -05:00
EricFromCanada
c65d4617bd
list: deprecate --unbrewed in favour of brew --prefix --unbrewed 2020-12-01 12:02:45 +00:00
Rylan Polster
c181c9995e style: add --reset-cache option 2020-11-30 18:18:50 -05:00
Mike McQuaid
ce8559a1bd
Merge pull request #9318 from mistydemeo/add_with_env_to_docs
Formula cookbook: document with_env
2020-11-30 13:06:30 +00:00
dependabot[bot]
03201482e1
build(deps-dev): bump html-proofer from 3.17.1 to 3.17.3 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.1...v3.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 05:55:46 +00:00
Shaun Jackman
ef755182bb
Merge pull request #9279 from sjackman/sj/fq-linux
FAQ: Default installation prefix on Linux
2020-11-27 11:30:20 -08:00
Shaun Jackman
ab1b313378 Revise docs/FAQ.md 2020-11-27 10:32:05 -08:00
Shaun Jackman
ac7cb8ca6c
Revise docs/FAQ.md
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-11-27 10:29:27 -08:00
Misty De Meo
7f5a94bbcb Formula cookbook: document with_env
The other syntax for setting `ENV` was added in #9013,
but this form remained undocumented.

Fixes #8648.
2020-11-27 09:08:10 -08:00
Markus Reiter
79d6c059fc
Merge pull request #9297 from reitermarkus/brew-typecheck
Refactor `brew typecheck` and upgrade `typed` sigils.
2020-11-27 00:01:47 +01:00
Shaun Jackman
74d4001a25 docs/Homebrew-on-Linux.md: Suggest linuxbrew user 2020-11-26 10:28:41 -08:00
Shaun Jackman
c3c8c7c668 Revise docs/FAQ.md 2020-11-26 10:28:02 -08:00
Shaun Jackman
8846779d83
Revise docs/FAQ.md
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-11-26 10:17:14 -08:00
Jonathan Chang
2a474b5c82
Merge pull request #9291 from jonchang/upgrade-docs
docs: explain why upgrade upgrades unrelated stuff
2020-11-26 20:56:08 +11:00
Mike McQuaid
135b5a3679
dev-cmd/unbottled: add new command.
Add a new command to list formulae that aren't bottled for a given OS.
2020-11-26 08:22:06 +00:00
Shaun Jackman
85a7947956 FAQ: Why specifically /home/linuxbrew/.linuxbrew 2020-11-25 16:18:14 -08:00
Mike McQuaid
311c10636b
Deprecation fixes
- `brew uninstall --zap` replaces `brew cask zap`
- clarify how `--json` should behave

Fixes https://github.com/Homebrew/brew/issues/9296
2020-11-25 16:33:16 +00:00
Markus Reiter
0032cfca5b Refactor brew typecheck. 2020-11-25 17:04:19 +01:00
Mike McQuaid
f15c4183e0
cmd/list: --formula is no longer a default.
This behaviour is disabled.
2020-11-25 13:47:05 +00:00
Mike McQuaid
f364f0c841
Merge remote-tracking branch 'origin/master' into deprecate-cask-commands 2020-11-25 09:39:00 +00:00
Mike McQuaid
b484f70572
Remove cask from man brew. 2020-11-25 09:37:21 +00:00
Mike McQuaid
db33c9a2a0
Merge pull request #9209 from MikeMcQuaid/deprecations
Deprecations for Homebrew 2.6.0
2020-11-25 08:49:52 +00:00
Jonathan Chang
d90c34ef51 docs: explain why upgrade upgrades unrelated stuff 2020-11-25 17:46:10 +11:00
Shaun Jackman
a4cfe9d651 Revise docs/FAQ.md 2020-11-24 13:58:08 -08:00
Shaun Jackman
a89dc612bc
Revise docs/FAQ.md
Co-authored-by: Issy Long <issyl0@github.com>
2020-11-24 13:54:19 -08:00
Rylan Polster
b1d907291b update man pages 2020-11-24 15:40:15 -05:00
Shaun Jackman
66dccb3b14 FAQ: Default installation prefix on Linux
Why does Homebrew on Linux recommend that I install to
/home/linuxbrew/.linuxbrew?
2020-11-24 10:43:05 -08:00