| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-11 | brew-pull: use git to do the diff filtering | Jack Nagel | |
| 2014-07-10 | Deprecate some contributions. | Mike McQuaid | |
| This is just a starting point to start discussion. I think we have a few options with contributions: - Stop accepting them altogether and move the ones we need/use/support into core commands - Accept them on an unsupported basis and require they be added manually to the PATH - Actively support and fix bugs in them all Closes Homebrew/homebrew#30749. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-06 | Fix brew-aspell-dictionaries | Jack Nagel | |
| 2014-07-06 | Remove redundant "which git" guards | Jack Nagel | |
| There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed. | |||
| 2014-07-05 | brew-pull: fix --install | Jack Nagel | |
| 2014-07-05 | Remove remaining references to "--fresh" | Jack Nagel | |
| This option was removed in 8cdf4d8ebf439eb9a9ffcaa0e455ced9459e1e41 because it did not do anything. | |||
| 2014-07-05 | brew-pull: combine conditionals | Jack Nagel | |
| 2014-07-05 | brew-pull: avoid the "var = ... rescue nil" dance | Jack Nagel | |
| 2014-07-05 | brew-pull: rescue a specific exception | Jack Nagel | |
| 2014-07-05 | brew-pull: use diff-tree and simplify diff parsing | Jack Nagel | |
| 2014-07-05 | brew-pull: let git-am attempt three-way merge if patch doesn't apply | Jack Nagel | |
| 2014-07-02 | Move constants so we don't have to load all of ENV to get them | Jack Nagel | |
| 2014-07-02 | Add missing require | Jack Nagel | |
| 2014-06-30 | Use 1.8 has syntax | Jack Nagel | |
| Fixes Homebrew/homebrew#30558. | |||
| 2014-06-28 | gist-logs: 1.8 compat | Jack Nagel | |
| 2014-06-28 | gist-logs: fix up encoding before passing the response body to OkJson | Jack Nagel | |
| Fixes Homebrew/homebrew#30519. | |||
| 2014-06-25 | brew-versions: move to Contributions. | Mike McQuaid | |
| Eventually we'll move Contributions to a tap too. Closes Homebrew/homebrew#30298. | |||
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-21 | deprecate brew-which | Adam Vandenberg | |
| Closes Homebrew/homebrew#30311. | |||
| 2014-06-20 | brew-test-bot: use Dir[] for globbing | Jack Nagel | |
| 2014-06-20 | brew-test-bot: use multiple argument form of system | Jack Nagel | |
| 2014-06-20 | Revert "Removew brew-which" | Misty De Meo | |
| This reverts commit c0a32c81eb1b176448cd41866f2d22427c729522. Will add a deprecation notice and remove at a later point in time. | |||
| 2014-06-20 | Removew brew-which | Adam Vandenberg | |
| This functionality is better handled by brew list --versions and other official commands. | |||
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-18 | brew-test-bot: don't pass formula name to fetch twice | Jack Nagel | |
| 2014-06-15 | brew-test-bot: fix FormulaUnavailableError handling | Jack Nagel | |
| 2014-06-15 | brew-test-bot: use path-limited diff | Jack Nagel | |
| 2014-06-15 | brew-test-bot: make git commands shell-safe | Jack Nagel | |
| 2014-06-15 | brew-test-bot: make test commands shell-safe | Jack Nagel | |
| 2014-06-15 | Migrate readall | Adam Vandenberg | |
| 2014-06-14 | brew-test-bot: remove dead code | Jack Nagel | |
| 2014-06-14 | Handle non-ASCII output encoded as ASCII | Jack Nagel | |
| Some tool involved in `brew install node` is emitting UTF-8 even though LANG and LC_ALL are unset. Since the external encoding is US-ASCII, we need to guard against bad data here. | |||
| 2014-06-04 | brew-test-bot: strip bell/alert character. | Mike McQuaid | |
| 2014-06-03 | String isn't enumerable in 1.9+ | Jack Nagel | |
| 2014-06-03 | Switch to "Current" Ruby framework symlink | Jack Nagel | |
| Closes Homebrew/homebrew#29795. Closes Homebrew/homebrew#29819. | |||
| 2014-05-26 | Fix formula path usage in brew-gist-logs | Jack Nagel | |
| Formula#path can no longer be a symlink. | |||
| 2014-05-22 | fix HTTP 422 when gist-logs sends an empty file | Alex Burka | |
| Closes Homebrew/homebrew#29476. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-21 | make `tests` an internal command | Adam Vandenberg | |
| 2014-05-17 | Move brew-unpack to core | Jack Nagel | |
| 2014-05-17 | Remove brew-dirty | Adam Vandenberg | |
| Replaced with `brew list --versions --multiple`. | |||
| 2014-05-17 | Remove brew-grep | Adam Vandenberg | |
| 2014-05-15 | remove empty file | Adam Vandenberg | |
| 2014-05-13 | add brew-bundle-dir contributed command | Wil Moore III | |
| Closes Homebrew/homebrew#27258. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-13 | remove commented-out line of code | Adam Vandenberg | |
| 2014-05-07 | brew-pull: update for new tap structure | Misty De Meo | |
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-30 | brew-test-bot: handle failing devel requirements. | Mike McQuaid | |
| 2014-04-29 | unpack: use correct constant scope for DATA | Jack Nagel | |
| Formula::DATA only worked by accident of implementation; DATA during the build is actually Object::DATA, so we should mirror that here. This reverts commit b12444ba6e1ac1d596a70ff4c777d9386d0791ac. | |||
| 2014-04-29 | brew-unpack: Handle new style :DATA patches | Charlie Sharpsteen | |
| Instances of `IOPatch` created by `patch :DATA` are not affected by re-setting the `DATA` constant of the `Formula` instance. For these patches, we iterate through the `patchlist` and use `instance_variable_set` to attach data. A bit hacky, but `patchlist` has no write accessors so there isn't a clean way to modify patch contents. | |||
| 2014-04-27 | Fix brew-readall for updated tap structure | Jack Nagel | |
