| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-29 | Use separate `.rubocop.yml` in `Library/Taps` and `Library/Homebrew`. | Markus Reiter | |
| 2016-09-29 | Fix Lint/NestedMethodDefinition` in `dev-cmd/bottle.rb`. | Markus Reiter | |
| 2016-09-29 | Use separate RuboCop configs for formulae and core code. | Markus Reiter | |
| 2016-09-29 | update.sh: use sort instead of git tag --sort. | Mike McQuaid | |
| Older versions of Git don't have this flag and we don't want to block updates for them when there's a (relatively) simple workaround. | |||
| 2016-09-28 | Update `rubocop-cask` to 0.10.0. | Markus Reiter | |
| 2016-09-28 | superenv: more 10.11 clock_gettime Autotools fixes | ilovezfs | |
| some build systems check ac_cv_search_clock_gettime instead of ac_cv_func_clock_gettime so the former should also be set to "no" libev.m4 unsets ac_cv_func_clock_gettime, but if ac_have_clock_syscall is defined, it will leave ac_cv_func_clock_gettime alone: http://cvs.schmorp.de/libev/libev.m4?view=markup#l23 | |||
| 2016-09-28 | Merge pull request #1174 from zmwangx/silence-unzip-and-unrar | Mike McQuaid | |
| download_strategy: silence unzip and unrar | |||
| 2016-09-27 | download_strategy: silence unzip and unrar | Zhiming Wang | |
| We silenced tar in 5e3a26b. It makes sense to make unzip and unrar output comparably succinct. | |||
| 2016-09-27 | update.sh: hide GITHUB_HEADERS missing output. | Mike McQuaid | |
| Will only happen once but could be confusing anyway. | |||
| 2016-09-27 | test/test_custom_command: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/test_create: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/test_audit: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/helper/integration_command_test_case: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | Merge pull request #1128 from reitermarkus/rubocop | Mike McQuaid | |
| RuboCop changes. | |||
| 2016-09-27 | bump-formula-pr: document new options | ilovezfs | |
| 2016-09-27 | bump-formula-pr: style fixes | ilovezfs | |
| 2016-09-27 | bump-formula-pr: forced_version support for devel | ilovezfs | |
| 2016-09-27 | bump-formula-pr: add --write option | ilovezfs | |
| intended to be used in combination with --dry-run for a not-so-dry run the expected file modifications are made, but no git actions are taken | |||
| 2016-09-27 | bump-formula-pr: handle gnu mirrors | ilovezfs | |
| and add explicit version when not preexisting | |||
| 2016-09-27 | bump-formula-pr: handle explicit version DSL | ilovezfs | |
| --version=1.2.3 option to set `version "1.2.3"` Note that --version=0 will remove a no-longer-needed explicit version | |||
| 2016-09-27 | bump-formula-pr: --mirror option | ilovezfs | |
| 2016-09-27 | bump-formula-pr: formula name guessing | ilovezfs | |
| 2016-09-27 | bump-formula-pr: set sha256 automatically when possible | ilovezfs | |
| 2016-09-27 | Merge pull request #1004 from apjanke/print-requirements | Mike McQuaid | |
| info: print requirements | |||
| 2016-09-27 | Merge pull request #1125 from reitermarkus/rubocop-macos | Mike McQuaid | |
| RuboCop: MacOS | |||
| 2016-09-27 | Merge pull request #1156 from reitermarkus/split-integration-tests | Mike McQuaid | |
| Speed up `parallel_tests` by splitting integration tests. | |||
| 2016-09-26 | Fix documentation for --caskroom default | Nathan Toone | |
| 2016-09-27 | Rename/merge test files. | Markus Reiter | |
| 2016-09-26 | Speed up `parallel_tests` by splitting integration tests. | Markus Reiter | |
| 2016-09-26 | Merge pull request #1153 from zmwangx/m4a-fixtures | Zhiming Wang | |
| fixtures: add test.m4a | |||
| 2016-09-26 | Merge pull request #1152 from MikeMcQuaid/doctor-remove-outdated-check | Mike McQuaid | |
| doctor: remove outdated Homebrew check. | |||
| 2016-09-26 | Merge pull request #1139 from zmwangx/empty-argument-no-such-keg | Zhiming Wang | |
| ARGV: kegs: error on empty arguments | |||
| 2016-09-26 | fixtures: add test.m4a | Zhiming Wang | |
| test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14) container. It is generated by FFmpeg 3.1.3 from test.wav: ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a test.m4a facilitates testing utilities or libraries that work with the AAC codec or the M4A container, e.g., alac. | |||
| 2016-09-26 | doctor: remove outdated Homebrew check. | Mike McQuaid | |
| This is no longer relevant in the bright, new tagged future. Fixes #1151. | |||
| 2016-09-26 | update.sh: don't restore branch to stable. | Mike McQuaid | |
| Only run for Homebrew developers so assume they don’t want to switch back to an old stable branch. Fixes #1141. | |||
| 2016-09-25 | update.sh: use HOMEBREW_UPDATE_TO_TAG. | Mike McQuaid | |
| This makes the code easier to follow rather than having to know HOMEBREW_NO_UPDATE_CLEANUP implies not updating to a tag. | |||
| 2016-09-25 | Update RuboCop config. | Markus Reiter | |
| 2016-09-25 | RuboCop: Style/ClassVars | Markus Reiter | |
| 2016-09-25 | RuboCop: Style/IfUnlessModifier | Markus Reiter | |
| 2016-09-25 | RuboCop: Style/SpecialGlobalVars | Markus Reiter | |
| 2016-09-25 | ARGV: kegs: error on empty arguments | Zhiming Wang | |
| Fixes #1138. | |||
| 2016-09-25 | Fix `search_tap` regex/string matching. | Markus Reiter | |
| 2016-09-25 | Add test for `search_tap`. | Markus Reiter | |
| 2016-09-24 | info: include versions and other details in Requirements display | Andrew Janke | |
| 2016-09-24 | download_strategy: never verbosely untar | Zhiming Wang | |
| The verbose mode of tar is too pointlessly verbose. | |||
| 2016-09-25 | RuboCop: Style/CaseEquality | Markus Reiter | |
| 2016-09-25 | RuboCop: MacOS | Markus Reiter | |
| 2016-09-24 | Merge pull request #1043 from msavy/mkdir_with_intermediates1.0.4 | Mike McQuaid | |
| Alter mkdir wrapper use mkdir_p to create intermediate directories | |||
| 2016-09-24 | Merge branch 'master' into mkdir_with_intermediates | Mike McQuaid | |
| 2016-09-24 | update.sh: use GitHub tags API. | Mike McQuaid | |
| Otherwise if we've committed to `master` and someone `brew update`s before we cut the tag then they won't be updated to the latest version. | |||
