4632 Commits

Author SHA1 Message Date
Rylan Polster
08b44afcdf
cli/parser: allow options to be hidden 2021-06-08 22:02:32 -04:00
Rylan Polster
d60f549a48
info: add --bottle option for JSON bottle info 2021-06-05 12:27:24 -04:00
Nanda H Krishna
47a549e944
Fix style using brew style --fix 2021-06-02 11:43:16 +05:30
Rylan Polster
d0f5a0832e
Merge pull request #11397 from cnnrmnn/add-link-head
Add `brew link --HEAD`
2021-05-26 11:46:58 -04:00
Connor Mann
074b2d65e4 Clean up and fix typecheck issue 2021-05-24 21:06:09 -04:00
Connor Mann
ef4c401687 Change kegs map to array 2021-05-24 12:29:32 -04:00
Connor Mann
074facebd5 Start catching all nil kegs 2021-05-21 10:27:31 -04:00
Connor Mann
e977f3514d Warn if no HEAD keg installed w/ --HEAD 2021-05-21 09:33:29 -04:00
Connor Mann
b72f5ef353 Change brew link to use to_latest_kegs 2021-05-20 12:58:44 -04:00
Connor Mann
3637924230 Fix style 2021-05-19 13:58:19 -04:00
Connor Mann
fe9a9bb24c Rename to_keg to to_default_kegs 2021-05-19 09:34:18 -04:00
Connor Mann
f23d4d4c75 Switch to using to_keg and to_kegs 2021-05-18 11:00:17 -04:00
Connor Mann
d46881c5e2 Rename to_kegs to to_keg 2021-05-18 09:52:19 -04:00
Connor Mann
f92300f129
Update Library/Homebrew/cmd/link.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-18 09:35:05 -04:00
Gautham Goli
e4118bc4ca Fix shellcheck style errors 2021-05-18 17:10:20 +05:30
Connor Mann
212b64836f Update usage message 2021-05-17 12:42:06 -04:00
Connor Mann
8de9baa0f5 Add brew link --HEAD 2021-05-17 11:28:15 -04:00
Mike McQuaid
02a344d432
Merge pull request #11368 from cnnrmnn/add-leaves-flags
Add leaves --installed-on-request and --installed-as-dependency flags
2021-05-13 13:33:29 +01:00
Mike McQuaid
d849b5018d
cmd/leaves: tweak naming. 2021-05-13 13:15:40 +01:00
cnnrmnn
c20c7c8be5 Make flags mutually exclusive 2021-05-12 10:37:59 -04:00
cnnrmnn
8764c4fc21 Fix proc coercion 2021-05-12 10:08:11 -04:00
Connor Mann
e4e641cd77
Update Library/Homebrew/cmd/leaves.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-12 10:05:02 -04:00
Connor Mann
47a64822ba
Update Library/Homebrew/cmd/leaves.rb
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-05-12 09:36:51 -04:00
Mike McQuaid
b914411ac8
Delete Bintray code
Remove all code related to Bintray. It no longer works so there's no
point keeping it around.

Some of this could arguably be deprecated/disabled first/instead but:
I'm not sure I see the sense in keeping stuff around that's known to be
broken.
2021-05-12 13:37:18 +01:00
cnnrmnn
5cc98d2819 Add --installed-(on-request/as-dependency) flags 2021-05-11 17:32:24 -04:00
John Bampton
1691e615fe Fix spelling 2021-05-08 11:20:01 +10:00
Connor Mann
29d50f57b3 Add tap --shallow deprecation TODO
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
Connor Mann
e649a7d09e Update Library/Homebrew/cmd/tap.rb
Add tap --full deprecation TODO

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-07 16:47:58 -04:00
cnnrmnn
8f7621edb8 Remove trailing whitespace 2021-05-07 16:47:58 -04:00
Connor Mann
bfd4ddfa5a Fix style
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
986089d4f2 Fix style
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
5b6b400c58 Remove deprecation comment
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
18bb644ce7 Remove deprecation comment
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
Connor Mann
1e0551fca4 Add no-op message
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-07 16:47:58 -04:00
cnnrmnn
b5a7337b05 Add deprecation paths for tap --full/--shallow 2021-05-07 09:29:19 -04:00
cnnrmnn
674594f75c Stop using shallow clones for taps 2021-05-06 10:10:56 -04:00
Mike McQuaid
2867fb67a9
Merge pull request #11260 from hyuraku/update.sh-repair_style
cmd/update.sh: repair bash style
2021-05-06 10:10:49 +01:00
hyuraku
427859795a cmd/update-report: change ENV 2021-05-06 10:03:21 +09:00
hyuraku
740cf7b6a1 cmd/update.sh: repair bash style 2021-05-06 10:03:16 +09:00
Mike McQuaid
d6efa5a76a
Merge pull request #11246 from hyuraku/cmd_repair-style
Cmd repair style
2021-04-28 13:06:48 +01:00
hyuraku
67c5006b0a cmd/shellenv.sh: repair style and set HOMEBREW_CASK_REPOSITORY 2021-04-28 20:47:39 +09:00
hyuraku
d68e1fccbc cmd/--version: repair style 2021-04-28 20:47:24 +09:00
hyuraku
18a230dfd5 cmd/casks.sh: repair style 2021-04-27 23:09:58 +09:00
Mike McQuaid
c5bcfe8fac
Merge pull request #11238 from hyuraku/vendor-install.sh_bash_style_fixes
Vendor install.sh bash style fixes
2021-04-26 15:51:44 +01:00
hyuraku
61076c7c26 add how to set HOMEBREW_CURL 2021-04-26 21:56:27 +09:00
Gautham Goli
a9236a3bf7 update-reset.sh: Fix shellcheck style errors 2021-04-24 11:11:09 +05:30
hyuraku
51c39c898f add SC2153 2021-04-24 00:35:03 +09:00
hyuraku
e82e4ea7c2 repair vendor-install.sh 2021-04-24 00:02:50 +09:00
hyuraku
c67c202e54 add how to set ENV 2021-04-23 22:56:08 +09:00
Gautham Goli
5183f9aeaf vendor-install.sh: Fix shellcheck style errors 2021-04-23 22:26:21 +09:00