| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-09 | config: use Homebrew.git_origin | Xu Cheng | |
| 2015-09-09 | git_available?: cache the result | Xu Cheng | |
| 2015-09-09 | utils: add Homebrew.git_origin | Xu Cheng | |
| 2015-09-08 | Use system tar for bottle TOC inspection | chdiza | |
| Closes Homebrew/homebrew#43717. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2015-09-08 | formula_support: add Pre El Capitan keg_only | Dominyk Tiller | |
| 2015-09-08 | Improve description searching and add a cache. | Dan Martinez | |
| Closes Homebrew/homebrew#42281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-08 | style: update to rubocop 0.34.0. | Tomasz Pajor | |
| Closes Homebrew/homebrew#43650. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-08 | config: use quiet_system | Xu Cheng | |
| Closes Homebrew/homebrew#43691. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-08 | quiet_system: don't print cmd even when verbose mode | Xu Cheng | |
| It's kinda annoying that quiet_system wasn't really quiet. This commit fixes that. | |||
| 2015-09-08 | audit: cache formula names during audit_formula_name | Xu Cheng | |
| Before `audit_formula_name: 15.094845999999986` After `audit_formula_name: 0.5617120000000043` Closes Homebrew/homebrew#43663. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-08 | audit: simplify remote_official_taps | Xu Cheng | |
| 2015-09-07 | doctor: don't always fail on 10.11. | Mike McQuaid | |
| Do this just for Homebrew developers (and the bot) currently. | |||
| 2015-09-07 | Add El Capitan testball bottle. | Mike McQuaid | |
| 2015-09-07 | update: explicitly no-ff merge and rebase. | Josh Hagins | |
| This overrides user configuration which may do otherwise. Closes Homebrew/homebrew#41570. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-07 | app-engine-python: rename from google-app-engine | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42941. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-07 | app-engine-java: rename from app-engine-java-sdk | Vlad Shablinsky | |
| 2015-09-07 | app-engine-go-64: rename from go-app-engine-64 | Vlad Shablinsky | |
| 2015-09-07 | app-engine-go-32: rename from go-app-engine-32 | Vlad Shablinsky | |
| 2015-09-06 | add test_formulary | Xu Cheng | |
| Closes Homebrew/homebrew#43506. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-06 | FromUrlLoader: allow file:// scheme | Xu Cheng | |
| 2015-09-06 | FormulaVersions: load from contents to reduce io | Xu Cheng | |
| 2015-09-06 | add Formulary.from_contents | Xu Cheng | |
| 2015-09-06 | Formulary: allow loading formula from contents | Xu Cheng | |
| 2015-09-06 | exceptions: handle HOMEBREW_NO_GITHUB_API case. | Mike McQuaid | |
| Closes Homebrew/homebrew#43618. | |||
| 2015-09-06 | tap-readme: create README in tap path. | Mike McQuaid | |
| 2015-09-06 | formula_installer: fix syntax warning | Xu Cheng | |
| Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - conflict_file Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - backup_file Closes Homebrew/homebrew#43602. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-06 | test_integration_cmds: fix syntax warning | Xu Cheng | |
| Library/Homebrew/test/test_integration_cmds.rb:68: warning: ambiguous first argument; put parentheses or even spaces | |||
| 2015-09-06 | outdated: fix syntax warning | Xu Cheng | |
| Library/Homebrew/cmd/outdated.rb:27: warning: shadowing outer local variable - dir | |||
| 2015-09-06 | readall: put nostdout in outter layer | Xu Cheng | |
| The previous code would fail to reset stdout after thread jobs are finshed. | |||
| 2015-09-06 | test-bot: check aliases | Xu Cheng | |
| 2015-09-06 | readall: add --aliases | Xu Cheng | |
| 2015-09-06 | remove Formula#file_modified? | Alex Dunn | |
| It's been more trouble than it's worth. Fixes Homebrew/homebrew#43607. Closes Homebrew/homebrew#43049. Closes Homebrew/homebrew#43615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-06 | doctor: use inject_file_list | Xu Cheng | |
| Also simplify the condition branch by early return Closes Homebrew/homebrew#43574. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-06 | download_strategy: add Apache mirror lua. | Jan Lehnardt | |
| The ASF now has a preferred .lua mirror script on top of the .cgi file Closes Homebrew/homebrew#43521. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-06 | mpich: rename from mpich2 | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42945. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-06 | gperftools: rename from google-perftools | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42944. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-06 | manpage: add unlink --dry-run | Xu Cheng | |
| 2015-09-06 | Keg#unlink: prune directory for dry_run as well | Xu Cheng | |
| 2015-09-06 | Added --dry-run to unlink | Ethan Piekarski | |
| Closes Homebrew/homebrew#43561. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-06 | formula_installer: check has_apple_developer_tools? once | Xu Cheng | |
| Closes Homebrew/homebrew#43534. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-04 | xcode: update 10.11 clang expectation | Dominyk Tiller | |
| 2015-09-04 | caveats: wrap elisp caveats | Daniel Lee Harple | |
| Closes Homebrew/homebrew#43517. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-03 | fix style problems in migrator | Vlad Shablinsky | |
| Closes Homebrew/homebrew#43473. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-02 | progress 0.8 | Alex Dunn | |
| Renamed from 'cv'. Closes Homebrew/homebrew#42984. | |||
| 2015-09-03 | rubocop: re-enable whitespace-related cops | Martin Afanasjew | |
| The referenced issue was fixed in Rubocop 0.30.0 (Homebrew uses 0.33.0). Closes Homebrew/homebrew#43515. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-02 | tap: ensure git is installed | Xu Cheng | |
| Closes Homebrew/homebrew#43463. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-02 | update: ensure git is installed | Xu Cheng | |
| 2015-09-02 | Formula#file_modified?: use Utils.git_available? | Xu Cheng | |
| 2015-09-02 | homebrew_version_string: check git available | Xu Cheng | |
| 2015-09-02 | add git utils | Xu Cheng | |
| Two methods: * `Utils.git_available?` checks whether git is installed. * `Utils.ensure_git_installed!` installs git for users who don't install Xcode or CLT. | |||
