| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-15 | uninstall: stop assuming kegs always map to formulae | Jack Nagel | |
| 2013-05-15 | cleanup: enable prune during dry-run mode | Jack Nagel | |
| Closes #19826. | |||
| 2013-05-15 | prune: add dry-run mode | Jack Nagel | |
| 2013-05-15 | cleanup: cleanup_all => cleanup_cellar | Jack Nagel | |
| 2013-05-15 | cleanup: refactor cleanup_cache | Jack Nagel | |
| 2013-05-15 | cleanup: rename variable | Jack Nagel | |
| 2013-05-15 | cleanup: refactor cleanup_formula | Jack Nagel | |
| 2013-05-15 | cleanup: only map dirs to kegs once | Jack Nagel | |
| 2013-05-15 | cleanup: use Pathname#rmtree instead of FileUtils | Jack Nagel | |
| 2013-05-15 | cleanup: use subdirs, avoid .directory? checks | Jack Nagel | |
| 2013-05-15 | cleanup: remove redundant condition | Jack Nagel | |
| If f.installed? is true, f.rack.directory? will always be true as well. | |||
| 2013-05-15 | cleanup: rename method for consistency | Jack Nagel | |
| 2013-05-15 | cleanup: use early return rather than method-spanning conditional | Jack Nagel | |
| 2013-05-15 | cleanup: factor out unqualified cleanup code | Jack Nagel | |
| 2013-05-15 | Methods that end in _formula should only accept a formula | Jack Nagel | |
| 2013-05-14 | audit: fix version audit for Version subclasses | Jack Nagel | |
| The version isn't redundant if a subclass of Version is specified. | |||
| 2013-05-14 | outdated: always do comparisons with a Formula as the receiver | Jack Nagel | |
| It is possible for the object returned by Formula#version to be a subclass of Version with special behavior, so we want to use that for the comparison. | |||
| 2013-05-11 | Use Hash#each_value rather than discarding key | Jack Nagel | |
| 2013-05-10 | info: simplify keg listing | Jack Nagel | |
| 2013-05-10 | deps: fix --1 output | Jack Nagel | |
| Fixes #17550. Closes #19668. | |||
| 2013-05-10 | info: improve dependency listing | Jack Nagel | |
| 2013-05-07 | doctor: update ruby version check | Jack Nagel | |
| 2013-05-07 | doctor: update git version check | Jack Nagel | |
| 2013-05-07 | audit: only generate aliases list once | Jack Nagel | |
| 2013-05-07 | audit: only set up the build environment once | Jack Nagel | |
| 2013-05-02 | info: re-raise on blacklist miss | Jack Nagel | |
| 2013-05-02 | --env: show HOMEBREW_CC in superenv | Adam Vandenberg | |
| Closes #18247. | |||
| 2013-04-29 | info: try blacklist for unknown formula names | Adam Vandenberg | |
| Closes #17399. | |||
| 2013-04-27 | Allow `brew versions` to work with underspecified formulae | Jack Nagel | |
| 2013-04-26 | audit: fix interpolation check | Jack Nagel | |
| Fixes #19363. | |||
| 2013-04-25 | doctor: don't shell out in coreutils check | Misty De Meo | |
| 2013-04-25 | doctor: add default-names findutils check | Misty De Meo | |
| Fixes #19265. | |||
| 2013-04-22 | audit: warn about top-level methods | Jack Nagel | |
| 2013-04-16 | Add tests for FormulaPin and simplify implementation | Jack Nagel | |
| 2013-04-14 | Avoid repeated interpolation here too | Jack Nagel | |
| 2013-04-14 | Only prune taps if taps exist. | Adam Vandenberg | |
| Closes #19192. | |||
| 2013-04-13 | New visualization for brew deps --tree | Jaime Marquínez Ferrándiz | |
| Closes #18835. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-04-13 | Run `tap --repair` as part of `prune` | Jack Nagel | |
| And by extension, `cleanup`. Fixes #18658. | |||
| 2013-04-12 | doctor: 'raring' => 'ready' | Jack Nagel | |
| It was pointed out that 'raring' is a rare word can be confusing to non-native speakers. Closes #18659, see that for details. | |||
| 2013-04-12 | doctor: consolidate directory access checks | Jack Nagel | |
| Also include a writability check for lib. Closes #18571. | |||
| 2013-04-11 | versions: work for tapped formulae | Jiang Xin | |
| brew versions is hardcoded to cd to HOMEBREW_REPOSITORY before running git, and as such fails to report previous versions for any formulae from a tapped repository. Add two new private methods repository and entry_name to replace the hardcoded HOMEBREW_REPOSITORY and formula path, and brew versions work for both builtin and tapped formulae. Closes #12356. Closes #19069. Reported-by: Misty De Meo <mistydemeo@gmail.com> Suggested-by: Jack Nagel <jacknagel@gmail.com> Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-04-11 | doctor: suggest `brew update` in outdated warning | Geoff Petrie | |
| Closes #19106. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-04-10 | link: eliminate naked rescue | Jack Nagel | |
| 2013-04-10 | Remove last use of deprecated Formula#recursive_deps | Jack Nagel | |
| Fixes #19107. | |||
| 2013-04-07 | Unify indentation of access modifiers | Jack Nagel | |
| These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this). | |||
| 2013-04-06 | audit: clean up some regexps | Jack Nagel | |
| 2013-04-06 | audit: check build-time deps programmatically | Jack Nagel | |
| 2013-04-06 | audit: rescue only FormulaUnavailableError | Jack Nagel | |
| 2013-04-06 | audit: clean up URL audits | Jack Nagel | |
| 2013-04-06 | brew audit: find *.github.com pages | Jaime Marquínez Ferrándiz | |
| And suggest changing them to *.github.io Closes #19012. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
