| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-28 | Extract history introspection from "versions" command | Jack Nagel | |
| 2014-05-28 | versions: remove --compact option | Jack Nagel | |
| 2014-05-28 | versions: don't recreate the relative path on each iteration | Jack Nagel | |
| 2014-05-28 | versions: use path attribute instead of reconstructing it | Jack Nagel | |
| 2014-05-28 | versions: drop redundant pathname creation | Jack Nagel | |
| 2014-05-28 | Fix brew-versions for taps with a Formula directory | Jack Nagel | |
| 2014-05-27 | Make some constant strings into actual constants | Jack Nagel | |
| We only need one copy of each of these strings, not ~7500. | |||
| 2014-05-26 | pluralize formulae in tap/untap | Adam Vandenberg | |
| Closes #28560. | |||
| 2014-05-23 | Skip over "mirror" lines when inserting bottle block | Jack Nagel | |
| 2014-05-21 | fix permisions on tests | Adam Vandenberg | |
| 2014-05-21 | make `tests` an internal command | Adam Vandenberg | |
| 2014-05-20 | Remove obsolete text | Jack Nagel | |
| 2014-05-20 | Remove ENV variable that is no longer used | Jack Nagel | |
| 2014-05-20 | Don't fetch the value just to throw it away | Jack Nagel | |
| 2014-05-20 | Stop using superenv? method to dump ENV | Jack Nagel | |
| 2014-05-20 | Remove dead code | Jack Nagel | |
| 2014-05-19 | Re-enable Xcode-only support on 10.9 | Jack Nagel | |
| Closes #29377. | |||
| 2014-05-19 | Remove deprecated --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes #29380. | |||
| 2014-05-18 | Less snark | Jack Nagel | |
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes #29318. | |||
| 2014-05-17 | only clean logs if logs exist | Adam Vandenberg | |
| Closes #29355. | |||
| 2014-05-17 | Move brew-unpack to core | Jack Nagel | |
| 2014-05-16 | add --installed to json info | Adam Vandenberg | |
| Closes #29315. | |||
| 2014-05-14 | cleanup: prune old build logs | Jack Nagel | |
| Closes #29231. | |||
| 2014-05-14 | Taps: cleanup regexps around Taps | Tsukasa OMOTO | |
| Closes #29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-12 | Separate Xcode and CLT doctor checks by OS X version | Jack Nagel | |
| Closes #29206. | |||
| 2014-05-11 | Add an option "--root_url=" to bottle command. | Masaki Muranaka | |
| Closes #29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-08 | bottle: include revision in commit message. | Mike McQuaid | |
| 2014-05-06 | Add `brew deps --union` | tduehr | |
| The default behavior of `brew deps foo bar` is to return the intersection of the deps of foo and bar. This option returns the union. Closes #27480. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-04 | Drop emacs dep audit | Jack Nagel | |
| cf. #24802. | |||
| 2014-05-03 | The \w character class already includes underscore | Jack Nagel | |
| Newer versions of Ruby issue a warning for repeated character classes. | |||
| 2014-05-02 | doctor: use Xcode.bundle_path | Jack Nagel | |
| 2014-05-02 | Apparently quiet_system isn't always quiet | Jack Nagel | |
| cf. #28918. | |||
| 2014-05-02 | doctor: suppress warnings from git wrapper script | Jack Nagel | |
| Fixes #28901. | |||
| 2014-05-01 | Remove bad doctor check | Jack Nagel | |
| 2014-05-01 | Rename Xcode.folder to MacOS.active_developer_dir | Jack Nagel | |
| This reflects what Apple calls it in more recent versions of Xcode/OS X. | |||
| 2014-04-30 | outdated: allow forcing verbose output | Adam Vandenberg | |
| Closes #27813. | |||
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-27 | brew list --versions --multiple | Adam Vandenberg | |
| With --multiple, only list formulae with multiple versions installed. | |||
| 2014-04-27 | run macports check after failed build instead of before every build | Andrew Potter | |
| Closes #28717. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-27 | Respect tap directory layout when searching | Jack Nagel | |
| This matches the logic in find_formula. | |||
| 2014-04-27 | Use canonical_name to canonicalize aliases | Jack Nagel | |
| 2014-04-27 | Search results should always be sorted | Jack Nagel | |
| 2014-04-27 | Use Formulary.factory to find formula in taps | Jack Nagel | |
| 2014-04-25 | Yield absolute paths from find_formula | Jack Nagel | |
| 2014-04-25 | Pass around only absolute paths when dealing with taps | Jack Nagel | |
| 2014-04-25 | Build relative paths using resolved_path and relative_path_from | Jack Nagel | |
| 2014-04-25 | Less code in begin clause | Jack Nagel | |
| 2014-04-25 | Extract some boilerplate into an each_tap method | Jack Nagel | |
| 2014-04-24 | Don't use a regexp to match paths, just compare them for equality | Jack Nagel | |
