| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-04 | Make `core_tap_version_string` reusable. | Markus Reiter | |
| 2016-10-03 | Merge pull request #1190 from vladshablinsky/no-autoupdate-on-help | Mike McQuaid | |
| brew.sh: don't autoupdate if --help passed | |||
| 2016-10-02 | Merge pull request #1205 from MikeMcQuaid/help-external-commands | Mike McQuaid | |
| help: support `#:` help in external commands. | |||
| 2016-10-01 | brew.rb: update help parsing | Uladzislau Shablinski | |
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-10-01 | help: support `#:` help in external commands. | Mike McQuaid | |
| Fixes https://github.com/Homebrew/homebrew-test-bot/issues/3 | |||
| 2016-09-23 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-22 | Use git describe to get the HOMEBREW_VERSION. | Mike McQuaid | |
| For tagged commits produces the output: - `1.0.1` For untagged commits with a dirty tree produces the output: - `1.0.1-19-g23efbc5-dirty` Performance: ``` git describe --tags --dirty 2> /dev/null 0.07s user 0.01s system 96% cpu 0.086 total ``` This means we can tag any commit without needing to manually remember to bump the revision every time. | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-17 | Move LinkedKegs migration. | Mike McQuaid | |
| Move the `LinkedKegs` migration into `utils.rb` so it can also be called from `brew.rb` on startup. | |||
| 2016-09-08 | brew.rb: don't restrict dev-cmd/*.rb to Homebrew developers. | Mike McQuaid | |
| 2016-08-24 | Improve HOMEBREW_BREW_FILE unset failure case. | Mike McQuaid | |
| Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset. | |||
| 2016-08-19 | edits | AnastasiaSulyagina | |
| 2016-08-18 | remove ruby 1.8 compatible codes | Xu Cheng | |
| 2016-08-17 | brew.rb: allow 10.5. | Mike McQuaid | |
| We'll keep the Homebrew installer pointing to Tigerbrew for now but as Homebrew/brew technically has no reason to not work on 10.5 let's remove this check. | |||
| 2016-07-24 | brew.rb: Use odie instead of onoe+exit | Baptiste Fontaine | |
| Closes #577. Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr> | |||
| 2016-07-15 | brew.{rb,sh}: move to Library/Homebrew. (#506) | Mike McQuaid | |
