| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-15 | test_dependency: add failing option names test. | Mike McQuaid | |
| This test will obviously fail but it does mark that the option names are not being merged correctly. | |||
| 2015-12-15 | Add option_name tests. | Mike McQuaid | |
| 2015-12-15 | formula_installer: prefer 'Dependable#run?' | Martin Afanasjew | |
| Both `req.tags.include?(:run)` and `req.run?` are currently equivalent, but the latter relies less on implementation details. | |||
| 2015-12-14 | pretty_duration: fixed for int arguments | Baptiste Fontaine | |
| Without this the returned string is not as accurate if the method is called with an int larger than 120. Closes Homebrew/homebrew#47002. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-12-14 | plural: tests added | Baptiste Fontaine | |
| 2015-12-14 | os/mac: indent fixes | Baptiste Fontaine | |
| 2015-12-13 | Formulary: explicitly require tap | Alex Dunn | |
| Fixes Homebrew/homebrew#46984. | |||
| 2015-12-13 | man: modernize and reduce code duplication | Martin Afanasjew | |
| Also use `popen_read` instead of `safe_system` for cleaner argument passing and write the output with `atomic_write`. Closes Homebrew/homebrew#46826. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2015-12-13 | man: remove broken --verbose functionality | Martin Afanasjew | |
| 2015-12-13 | update: make stashing local changes more robust | Martin Afanasjew | |
| Users with local changes and without a configured Git identity won't be able to update Homebrew via `brew update`, as the update will fail when trying to stash the local modifications with `git stash`. They will be unable to proceed until they follow Git's advice to configure their identity or they manage to revert their local changes. This change always sets a commit e-mail and name, avoiding this issue. A nice bonus is that experienced Git users can see who created the stash commit (identifying `brew update` as the author). Fixes Homebrew/homebrew#46930. Closes Homebrew/homebrew#46939. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2015-12-13 | cleanup: consistently document --dry-run option | Martin Afanasjew | |
| All other commands document both `--dry-run` and `-n` in the option description and mention only `--dry-run` in the command summary. Let's do the same for `cleanup`. Closes Homebrew/homebrew#46942. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2015-12-13 | pull: use tap object | Xu Cheng | |
| Fix the regression introduced by Homebrew/homebrew#46735. | |||
| 2015-12-11 | test-bot: allow tapuser/taprepo/tapformula format. | Mike McQuaid | |
| 2015-12-11 | test-bot: fix resolve_test_tap | Xu Cheng | |
| 2015-12-11 | test-bot: remove dead code | Xu Cheng | |
| 2015-12-11 | test-bot: remove ci-reset-and-update. | Mike McQuaid | |
| 2015-12-11 | test-bot: fix Bintray url for bottle uploading | Xu Cheng | |
| 2015-12-11 | test-bot: fix tap URL detection from Jenkins. | Mike McQuaid | |
| 2015-12-11 | Revert "test-bot: remove dead code." | Mike McQuaid | |
| This reverts commit 373da8666e633b06d8a5bb98621461b700f4b2d7. | |||
| 2015-12-10 | os/mac/xcode: expect xcode 7.2 | Dominyk Tiller | |
| 2015-12-10 | os/mac: add xcode 7.2 | Dominyk Tiller | |
| 2015-12-10 | manpage: remove superfluous spaces for consistency | Martin Afanasjew | |
| All other alternatives already don't use spaces around the pipe symbol. Closes Homebrew/homebrew#46825. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2015-12-10 | manpage: fix formatting of command list | Martin Afanasjew | |
| Restore definition list in `COMMANDS` section, thus massively improve formatting. In theory, `ronn` supports nested (definition) lists. In practice, this does not work (and is unlikely to be fixed soon because upstream seems to be rather inactive) causing the entire definition list to be longer recognized because of a single nested list. Work around by rearranging the `tap` documentation (sole command with a nested list). | |||
| 2015-12-10 | test-bot: fetch/audit formulae despite requirement | Mike McQuaid | |
| It's still useful to do a basic test even if requirements cannot be satisfied. | |||
| 2015-12-10 | test-bot: remove dead code. | Mike McQuaid | |
| 2015-12-10 | ENV: warn_if_universal_binaries_not_supported | Ryan Hendrickson | |
| Raise an error when attempting to create universal binaries with a GCC that can't do so. Closes Homebrew/homebrew#46630. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-12-10 | Do not `brew install brew-cask` | Josh Hagins | |
| Refs caskroom/homebrew-cask#15381 Closes Homebrew/homebrew#46845. | |||
| 2015-12-09 | audit: flag '--with{,out}-check' options | Baptiste Fontaine | |
| Closes Homebrew/homebrew#46794. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-12-09 | Allow taps to link manpages. | Mike McQuaid | |
| A blocker for https://github.com/caskroom/homebrew-cask/pull/15381 being merged. Closes Homebrew/homebrew#46795. | |||
| 2015-12-09 | test-tab: tap is a Tap object now | Xu Cheng | |
| Closes Homebrew/homebrew#46735. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-12-09 | avoid using FORMULA_RENAMES directly | Xu Cheng | |
| 2015-12-09 | migrator: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | formula_versions: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | exceptions: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | info: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | audit: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | bottles: tap is a Tap object now | Xu Cheng | |
| 2015-12-09 | Tap#==: allow compare with string | Xu Cheng | |
| 2015-12-09 | Tab#tap: returns tap object | Xu Cheng | |
| 2015-12-09 | Formula#tap: returns tap object | Xu Cheng | |
| 2015-12-09 | Formulary: use same logic to handle core fully-qualified name | Xu Cheng | |
| 2015-12-09 | Formulary.core_path: use CoreFormulaRepository#formula_dir | Xu Cheng | |
| 2015-12-09 | Formulary: use Tap#alias_dir | Xu Cheng | |
| 2015-12-09 | Formula: use CoreFormulaRepository, avoid duplicated logic | Xu Cheng | |
| 2015-12-09 | remove unnecessary tap_args | Xu Cheng | |
| It's now handled by Tap.fetch | |||
| 2015-12-09 | add Tap#core_formula_repository? | Xu Cheng | |
| 2015-12-09 | add CoreFormulaRepository singleton class | Xu Cheng | |
| 2015-12-09 | Tap: add formula_file_to_name and alias_file_to_name | Xu Cheng | |
| 2015-12-09 | add Tap#alias_dir | Xu Cheng | |
| 2015-12-09 | add Tap#formula_dir | Xu Cheng | |
