Jonathan Chang
c8fec79ce2
README: update maintainers and sponsors
2020-07-16 18:30:21 +10:00
Seeker
3ae2611365
bump-formula-pr: determine url/tag from version
2020-07-15 13:56:07 -07:00
Mike McQuaid
da1efc46f5
Merge pull request #7949 from MLH-Fellowship/integrate-list
...
Allow listing casks when using brew list
2020-07-10 15:40:22 +01:00
William Ma
62a5614850
list: Update documentation
2020-07-09 11:21:22 -04:00
lionellloh
1952c140e9
brew man
2020-07-09 17:46:21 +08:00
Lionell
4836970fdc
brew man
2020-07-09 00:06:34 +08:00
Baffour Adu Boampong
af117fab25
Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages
2020-07-07 20:44:03 +00:00
lionellloh
d24f911410
man pages
2020-07-07 21:34:48 +08:00
Dawid Dziurla
8a1ff9275c
dev-cmd/pr-upload: add --keep-old flag
2020-07-06 17:41:07 +02:00
Baffour Adu Boampong
e62a0c65ef
brew man
2020-07-06 13:59:04 +00:00
Jonathan Chang
c6e9cff125
dev-cmd: add brew-sponsors.rb
2020-07-05 15:45:36 +10:00
Dawid Dziurla
77a1bc22d7
dev-cmd/pr-*: allow to run on other taps too
2020-07-02 22:47:55 +02:00
Jonathan Chang
204e56d01e
pr-pull, pr-upload: add --warn-on-upload-failure
2020-07-02 00:11:55 +10:00
Mike McQuaid
4e10341277
Merge pull request #7752 from SMillerDev/cask/readall
...
Support casks in readall
2020-07-01 12:19:30 +01:00
Lionell
fb4db63e3b
Merge branch 'master' into license
2020-06-30 22:25:17 +08:00
lionellloh
7d4fadc2bb
Update man pages
2020-06-30 01:06:59 +08:00
EricFromCanada
68947f2af9
cmd/options: add flag to list a command's options
2020-06-28 12:42:23 -04:00
Lionell
5f6917ae7c
Merge branch 'master' into license
2020-06-28 02:07:53 +08:00
Eric Knibbe
db998860f1
Merge pull request #7831 from EricFromCanada/fix-help-output
...
docs: fixes for help output
2020-06-25 13:08:48 -04:00
Dario Vladovic
519c339261
create: add --crystal option
2020-06-25 18:23:06 +02:00
EricFromCanada
910c85f782
docs: improve commands' help output
2020-06-25 12:01:52 -04:00
Lionell
57fd1fdc7e
Merge branch 'master' into license
2020-06-25 13:42:27 +08:00
lionellloh
cc994b5c65
Commit man pages
2020-06-25 05:52:08 +08:00
Mike McQuaid
1dbbb5e58c
Merge pull request #7789 from MLH-Fellowship/cask-integration
...
Integrate `--cache` and `home` with cask
2020-06-24 09:02:25 +01:00
William Ma
76a0b0e95e
man: Update manpages
2020-06-23 11:51:19 -04:00
William Ma
cdcaa8b58c
man: Update manpages
2020-06-23 09:56:56 -04:00
Jonathan Chang
c496e6bfcb
manpages: update for pr-pull changes
2020-06-21 19:57:39 +10:00
lionellloh
4cb22ca899
license: update manpages
2020-06-19 04:08:50 +08:00
Sean Molenaar
3f6d3e5cf0
Support casks in readall
2020-06-18 20:15:07 +02:00
Mike McQuaid
ae7e58ef78
Merge pull request #7488 from danielbayley/master
...
cat: Allow 'bat' to find existing configuration
2020-06-12 10:45:11 +01:00
Mike McQuaid
2a94d382ac
audit: make audit_revision_and_version_scheme faster.
...
This is really, really slow at the moment for a few reasons:
- it goes through the list of revisions twice
- it checks many more revisions than it needs to
Even after these improvements it's still by far the slowest audit so
am also making it a `--git` only audit.
Additionally, to further improve default `brew audit` performance do not
run `brew style` checks when doing `brew audit` with no arguments.
`brew style` can be run quickly and efficiently on all of a tap (and is
cached) so no need to duplicate it here.
2020-06-08 15:00:09 +01:00
Mike McQuaid
80c1a166b1
dev-cmd/pull: deprecate.
...
We no longer use this and `hub checkout` does what we want better.
2020-06-05 08:53:03 +01:00
Mike McQuaid
8b479ea77b
manpage: update external commands.
...
- add more detailed manpage section for external commands (more
information moved from their READMEs)
- add `brew test-bot` to the manpage
2020-05-30 14:19:56 +01:00
Mike McQuaid
9a654897d4
manpage: no longer mention installing from a URL.
...
This is deprecated in #7660 .
2020-05-29 17:04:42 +01:00
Daniel Bayley
e477a38958
[WIP] cat: Allow 'bat' to find existing configuration file
2020-05-20 16:51:36 +01:00
vidusheeamoli
4f1e9f44a1
set up byebug debugger
2020-05-18 16:28:43 +05:30
Shaun Jackman
133ee7966d
shell: Use .profile unless .bash_profile exists
2020-05-13 09:30:02 -07:00
Dawid Dziurla
bc4251d1ed
Merge pull request #7512 from dawidd6/review-approved-ci
...
pr-automerge: match only approved PRs by default
2020-05-09 10:56:52 +02:00
Mike McQuaid
c05b3a755f
shellenv: recommend .bash_profile
...
Fixes #7516
2020-05-07 10:34:59 +01:00
Dawid Dziurla
6fa09ab0ee
pr-automerge: match only approved PRs by default
...
Also remove default `--with-label` value and add `--without-approval`
option.
Reviews could be automatically dismissed on new commits pushed (there is
an option for that in repository settings on Github). That is not the
case for labels. They remain attached to a PR, even when new commits are
pushed. This is undesirable and creates security concerns, because
someone could introduce untested code just before the automerge happens.
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2020-05-06 18:32:47 +02:00
Shaun Jackman
ee21fe1d44
Regenerate docs/Manpage.md and manpages/brew.1
2020-04-20 11:49:37 -07:00
Mike McQuaid
c4fed07d34
Merge pull request #7401 from dawidd6/pr-upload
...
Add pr-upload command
2020-04-20 16:33:06 +01:00
Dawid Dziurla
3dd5a7465d
add pr-upload command
2020-04-20 13:37:05 +02:00
Mike McQuaid
9eed1e4e7e
Merge pull request #7400 from MikeMcQuaid/cleanup_max_age_days
...
cleanup: all configuring max age days.
2020-04-20 10:54:58 +01:00
Mike McQuaid
701c1811d5
cleanup: all configuring max age days.
...
Fixes #7320
2020-04-20 10:33:15 +01:00
Mike McQuaid
8b84ef5dc8
pull: cleanup more code.
...
Remove more unused code.
2020-04-20 10:09:22 +01:00
Mike McQuaid
66eb11d55c
manpages: update.
2020-04-20 08:27:28 +01:00
Mike McQuaid
ef3b148147
Merge pull request #7395 from MikeMcQuaid/kill-jenkins
...
Remove last Jenkins references
2020-04-19 15:09:05 +01:00
Mike McQuaid
239b4c9d19
Remove last Jenkins references
...
- remove Jenkins Testing support from `brew pull`
- update reference to MacStadium Orka
- remove reference to DigitalOcean
2020-04-19 14:53:18 +01:00
Dawid Dziurla
8305919c93
pr-automerge: allow multiple comma separated -labels
2020-04-19 16:17:25 +10:00