| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-01 | docs: fix double backticks appearing in HTML manpage | EricFromCanada | |
| 2018-02-01 | docs: add more missing option descriptions | EricFromCanada | |
| and improve wording or formatting where necessary. | |||
| 2018-01-28 | bump-formula-pr: improve version formula component regex. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: regex escape urls in replacements. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: detect download strategy from url. | ilovezfs | |
| Previously, CurlDownloadStrategy was hard coded. | |||
| 2018-01-28 | bump-formula-pr: add Debian mirror handling. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: update GNU mirror handling. | ilovezfs | |
| homebrew/core now uses ftp.gnu.org/gnu for the primary url and ftpmirror.gnu.org for the mirror. | |||
| 2018-01-28 | bump-formula-pr: improve formula name guessing. | ilovezfs | |
| 2018-01-26 | tap-new: update based on Homebrew/brew travis.yml. | Mike McQuaid | |
| 2018-01-24 | bump-formula-pr: only validate tar files. | ilovezfs | |
| 2018-01-24 | bump-formula-pr: use "resource" not "rsrc" | ilovezfs | |
| 2018-01-18 | Merge pull request #3676 from apjanke/make-apjanke-former-maintainer | Mike McQuaid | |
| README: update list of maintainers | |||
| 2018-01-18 | Update other Homebrew maintainers. | Mike McQuaid | |
| 2018-01-18 | Merge pull request #3689 from sjackman/pull-json | Mike McQuaid | |
| publish_bottle_file_on_bintray: Use f.full_name | |||
| 2018-01-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2018-01-16 | publish_bottle_file_on_bintray: Use f.full_name | Shaun Jackman | |
| 2018-01-09 | audit: allow env :std in custom taps. | Mike McQuaid | |
| This is a nicer experience than writing `Requirement`s by hand. | |||
| 2018-01-07 | audit: pass explicit sort to handle APFS | commitay | |
| 2017-12-30 | requirements: move more to compat. | Mike McQuaid | |
| 2017-12-29 | audit: remove unneeded mercurial check. | Mike McQuaid | |
| 2017-12-15 | Merge pull request #3578 from MikeMcQuaid/tests-no-duplicate-seed-output | Mike McQuaid | |
| tests: don't output seed multiple times. | |||
| 2017-12-15 | tests: don't output seed multiple times. | Mike McQuaid | |
| This clutters up the output. Instead, hide it with a RSpec formatter and generate and output it ourselves. | |||
| 2017-12-14 | bump-formula-pr: use popen_read :err option. | Mike McQuaid | |
| 2017-12-11 | bump-formula-pr: improve error messages. | Mike McQuaid | |
| - Be clearer about how URLs/tags/revisions/versions are specified in error messages. - Give a better error message if `hub` isn't configured. | |||
| 2017-12-10 | Mentions how hub needs to be configured | Laurent Cozic | |
| This is to address issue #3531 | |||
| 2017-12-05 | Merge pull request #3318 from Git-Jiro/improve_audit | Markus Reiter | |
| Add audit check for URL schema | |||
| 2017-12-04 | brew-aspell-dictionaries: move to homebrew/core. | Mike McQuaid | |
| Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core (to allow future additions of formula-specific `cmd`s). | |||
| 2017-12-03 | Refactor: Move FormulaAudit.check_http_content to utils/curl | Martin Schimandl | |
| 2017-11-27 | More environment filtering fixes | Mike McQuaid | |
| - Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables. | |||
| 2017-11-21 | bump-formula-pr: fix for when hub isn't configured | ilovezfs | |
| 2017-11-18 | bottle: use HOMEBREW_GIT_* vars. | Mike McQuaid | |
| This allows them to be passed through from `brew test-bot`. | |||
| 2017-11-10 | Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message1.3.7 | Mike McQuaid | |
| bump-formula-pr: --message: add newlines before and after hr | |||
| 2017-11-07 | bump-formula-pr: use HOMEBREW_BROWSER. | Mike McQuaid | |
| 2017-11-07 | bump-formula-pr: use GitHub vars under env filter. | Mike McQuaid | |
| Ensure that the various variables are passed through and reset correctly. If we end up doing this in a bunch of places we may add some helpers to simplify this. | |||
| 2017-11-03 | bump-formula-pr: --message: add newlines before and after hr | Zhiming Wang | |
| Without an empty line before the horizontal rule (---), "Created with `brew bump-formula-pr`." is treated as a setext header. The newline before the hr is not part of the heredoc because putting it in would trip up Rubocop. | |||
| 2017-10-30 | bump-formula-pr: add --no-browse option. | Mike McQuaid | |
| 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-28 | bump-formula-pr: always use HOMEBREW_PATH. | Mike McQuaid | |
| Fixes this when using environment filtering. | |||
| 2017-10-24 | Merge pull request #3313 from ↵ | Mike McQuaid | |
| GauthamGoli/audit_line_rubocop_part_4_rebase_attempt_1 audit: Port line_problems to rubocop and add tests part 4 | |||
| 2017-10-22 | pull: Fix pull --bottle 1234 | Shaun Jackman | |
| Fix the error: Error: undefined method `casecmp' for nil:NilClass | |||
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-20 | Merge pull request #3319 from reitermarkus/squiggly-heredocs | Mike McQuaid | |
| Use “squiggly” heredocs. | |||
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-17 | pull: Move test_bot_user to a new module GitHub | Shaun Jackman | |
| Address the style issue: C: Module has too many lines. [364/360] | |||
| 2017-10-17 | pull: Add --test-bot-user | Shaun Jackman | |
| Infer the name of the test-bot GitHub user if it is not provided. | |||
| 2017-10-17 | pull: Add --bintray-org | Shaun Jackman | |
| Infer the name of the Bintray organization if it's not provided. | |||
| 2017-10-17 | Merge pull request #3293 from DomT4/predicate_audit | Mike McQuaid | |
| audit: more *_predicate nudging/tweaks | |||
| 2017-10-13 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-10 | audit: nudge to use predicate for 'executable?' as well | Dominyk Tiller | |
| 2017-10-10 | pull: fix bintray verification failing due to redirection | Viktor Szakats | |
