| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-27 | Merge pull request #3837 from MikeMcQuaid/system-git-too-old1.5.5 | Mike McQuaid | |
| Handle a too old system Git on OS X 10.8 and below | |||
| 2018-02-26 | Handle a too old system Git on OS X 10.8 and below | Mike McQuaid | |
| Needed for GitHub since: https://github.com/blog/2507-weak-cryptographic-standards-removed | |||
| 2018-02-23 | _config.yml: use extensionless permalinks. | Mike McQuaid | |
| 2018-02-23 | Revert "docs: use short links." | Mike McQuaid | |
| This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832. | |||
| 2018-02-23 | README: use docs.brew.sh link. | Mike McQuaid | |
| 2018-02-23 | Merge pull request #3827 from maxim-belkin/brew-unix-3 | Mike McQuaid | |
| Cross-platform java detection | |||
| 2018-02-22 | Merge pull request #3828 from MikeMcQuaid/docs-short-links | Mike McQuaid | |
| Use more docs.brew.sh short links | |||
| 2018-02-22 | Use more docs.brew.sh short links | Mike McQuaid | |
| These are nicer on the eyes. | |||
| 2018-02-22 | docs: add/update more layouts. | Mike McQuaid | |
| 2018-02-22 | Use \d instead of 0-9 in regex | Maxim Belkin | |
| 2018-02-22 | docs: use short links. | Mike McQuaid | |
| 2018-02-22 | docs/config.yml: generate README.md again. | Mike McQuaid | |
| This is the index. | |||
| 2018-02-22 | Merge pull request #3826 from MikeMcQuaid/docs-updates | Mike McQuaid | |
| docs.brew.sh updates | |||
| 2018-02-22 | docs.brew.sh updates | Mike McQuaid | |
| - Remove no longer needed `acme-challenge` file - Set title, description, social image, logo, etc. for SEO - Use extensionless permalinks (old links still work) - Cleanup `_config.yml` - Import latest `_layouts/base` from https://brew.sh | |||
| 2018-02-22 | Cross-platform java detection | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3819 from MikeMcQuaid/versioned-formulae-tweaks | Mike McQuaid | |
| Versions: additional formulae requirements. | |||
| 2018-02-21 | Versions: additional formulae requirements. | Mike McQuaid | |
| These should help keep these formulae more maintainable. | |||
| 2018-02-21 | Merge pull request #3813 from maxim-belkin/brew-unix-2 | Mike McQuaid | |
| bzip2 and zip dependencies_if_needed | |||
| 2018-02-21 | Make 'xz' and 'cvs' dependencies conditional | Maxim Belkin | |
| 2018-02-21 | brew style: replace tabs with spaces | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3820 from sjackman/macos-version | Mike McQuaid | |
| Define OS::Mac on Linux | |||
| 2018-02-21 | travis.yml: use homebrew/homebrew-core on Linux. | Mike McQuaid | |
| 2018-02-21 | Merge pull request #3822 from MikeMcQuaid/dependency_collector_symbol | Mike McQuaid | |
| dependency_collector: don't create symbol deps. | |||
| 2018-02-21 | dependency_collector: don't create symbol deps. | Mike McQuaid | |
| Need to convert this to a string first or things explode. | |||
| 2018-02-21 | Merge pull request #3715 from commitay/moved | commitay | |
| cask move_back: copy / delete | |||
| 2018-02-20 | Code refactoring 4.0 | Maxim Belkin | |
| 2018-02-20 | Define OS::Mac on Linux | Shaun Jackman | |
| Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to Version::NULL on Linux so that brew readall succeeds and Homebrew/brew can tap Homebrew/core on Linux. | |||
| 2018-02-20 | Merge pull request #3818 from MikeMcQuaid/curl-linux-tweaks | Mike McQuaid | |
| brew.sh: use system curl on Linux where possible. | |||
| 2018-02-20 | brew.sh: use system curl on Linux where possible. | Mike McQuaid | |
| Result of discussion in #3809. | |||
| 2018-02-19 | Merge pull request #3817 from MikeMcQuaid/gist-logs-require-credentials | Mike McQuaid | |
| gist-logs: require API credentials. | |||
| 2018-02-19 | gist-logs: require API credentials. | Mike McQuaid | |
| Anonymous gists are going away shortly: https://github.com/blog/2503-deprecation-notice-removing-anonymous-gist-creation | |||
| 2018-02-19 | Code refactoring v3.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring v2.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring | Maxim Belkin | |
| 2018-02-19 | Renaming linux-specifix file with tests | Maxim Belkin | |
| Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac. | |||
| 2018-02-19 | Making zip and bzip2 dependecies conditional | Maxim Belkin | |
| Here, we are adding `unless which("zip")` and `unless which("bzip2")` and, thus, make `zip` and `bzip2` dependencies conditional. | |||
| 2018-02-19 | Refactoring based on suggestions | Maxim Belkin | |
| Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags) methods to those on Linux and overriding them on macOS. | |||
| 2018-02-16 | Removing unnecessary arguments | Maxim Belkin | |
| 2018-02-16 | Fixing test | Maxim Belkin | |
| 2018-02-16 | Adding tests for dependency_collector on Linux | Maxim Belkin | |
| 2018-02-16 | Fixing brew-style offenses | Maxim Belkin | |
| 2018-02-16 | zip and bzip2 dependencies when needed | Maxim Belkin | |
| On some systems identified as Linux, zip and bzip2 might not be available. Therefore, on such platforms we add them unconditionally as dependencies when required. On Mac, these dependencies are always satisfied. | |||
| 2018-02-16 | Merge pull request #3809 from maxim-belkin/brew-unix-1 | Mike McQuaid | |
| brew.sh: changes from Linuxbrew (Linux fork) | |||
| 2018-02-16 | Merge pull request #3768 from sjackman/test-svn | Mike McQuaid | |
| test/utils/svn: Requires svn to succeed | |||
| 2018-02-15 | test/utils/svn: Requires svn to succeed | Shaun Jackman | |
| 2018-02-15 | Unifying Linux/Mac logic that sets HOMEBREW_CURL | Maxim Belkin | |
| 2018-02-15 | Don't set HOMEBREW_MACOS_VERSION on non-mac systems | Maxim Belkin | |
| 2018-02-15 | brew.sh: changes from Linuxbrew (Linux fork) | Maxim Belkin | |
| These fixes do two things: - set HOMEBREW_MACOS_VERSION to 0 on non-HOMEBREW_MACOS machines - set HOMEBREW_CURL to Homebrew'd curl | |||
| 2018-02-15 | Merge pull request #3801 from reitermarkus/ignore-metadata-deprecations | Markus Reiter | |
| Make sure `.metadata` shows up in Cask backtrace. | |||
| 2018-02-14 | Merge pull request #3805 from ilovezfs/more-checks-for-keg_only | ilovezfs | |
| formula_installer: also run audit_installed for keg_only formulae | |||
