aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2014-07-05brew-pull: let git-am attempt three-way merge if patch doesn't applyJack Nagel
2014-07-02Move constants so we don't have to load all of ENV to get themJack Nagel
2014-07-02Add missing requireJack Nagel
2014-06-30Use 1.8 has syntaxJack Nagel
Fixes Homebrew/homebrew#30558.
2014-06-28gist-logs: 1.8 compatJack Nagel
2014-06-28gist-logs: fix up encoding before passing the response body to OkJsonJack Nagel
Fixes Homebrew/homebrew#30519.
2014-06-25brew-versions: move to Contributions.Mike McQuaid
Eventually we'll move Contributions to a tap too. Closes Homebrew/homebrew#30298.
2014-06-22Move deprecated Formula class methods to compatJack Nagel
These have all been moved to Formulary.
2014-06-21deprecate brew-whichAdam Vandenberg
Closes Homebrew/homebrew#30311.
2014-06-20brew-test-bot: use Dir[] for globbingJack Nagel
2014-06-20brew-test-bot: use multiple argument form of systemJack Nagel
2014-06-20Revert "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-20Removew brew-whichAdam Vandenberg
This functionality is better handled by brew list --versions and other official commands.
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-18brew-test-bot: don't pass formula name to fetch twiceJack Nagel
2014-06-18Fix a typoJack Nagel
2014-06-18Undocument `brew versions`Jack Nagel
2014-06-15brew-test-bot: fix FormulaUnavailableError handlingJack Nagel
2014-06-15brew-test-bot: use path-limited diffJack Nagel
2014-06-15brew-test-bot: make git commands shell-safeJack Nagel
2014-06-15brew-test-bot: make test commands shell-safeJack Nagel
2014-06-15Migrate readallAdam Vandenberg
2014-06-14brew-test-bot: remove dead codeJack Nagel
2014-06-14Handle non-ASCII output encoded as ASCIIJack 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-04Remove unicode from example formulaJack Nagel
2014-06-04Remove non-breaking spaceJack Nagel
2014-06-04Remove stray unicodeJack Nagel
2014-06-04brew-test-bot: strip bell/alert character.Mike McQuaid
2014-06-03reword test docsAdam Vandenberg
2014-06-03add --devel to fetch docsAdam Vandenberg
2014-06-03test: improve docs for when using HEAD or similar flagsDave Cottlehuber
Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-03String isn't enumerable in 1.9+Jack Nagel
2014-06-03Switch to "Current" Ruby framework symlinkJack Nagel
Closes Homebrew/homebrew#29795. Closes Homebrew/homebrew#29819.
2014-05-28versions: remove --compact optionJack Nagel
2014-05-26Undocument search features that no longer existJack Nagel
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes Homebrew/homebrew#29585.
2014-05-26Fix formula path usage in brew-gist-logsJack Nagel
Formula#path can no longer be a symlink.
2014-05-25bash completion for `brew list --multiple`Ches Martin
As per 9ab605c7f1883 removal of `brew dirty`. `--multiple` *implies* `--versions`, thus IMO it shouldn't be necessary to also explicitly include the `--versions` option, but that's a separate matter. For now this offers the small added convenience of: $ brew list --m<TAB><TAB> to quickly expand the `brew dirty` equivalent. Closes Homebrew/homebrew#29571. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-22fix HTTP 422 when gist-logs sends an empty fileAlex Burka
Closes Homebrew/homebrew#29476. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-21make `tests` an internal commandAdam Vandenberg
2014-05-19Remove example that is generally not requiredJack Nagel
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes Homebrew/homebrew#29318.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-17Remove brew-dirtyAdam Vandenberg
Replaced with `brew list --versions --multiple`.
2014-05-17Remove brew-grepAdam Vandenberg
2014-05-16more explicit documentation for brew info --json=v1Adam Vandenberg
2014-05-16add --installed to json infoAdam Vandenberg
Closes Homebrew/homebrew#29315.
2014-05-15remove empty fileAdam Vandenberg
2014-05-13add brew-bundle-dir contributed commandWil Moore III
Closes Homebrew/homebrew#27258. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-13remove commented-out line of codeAdam Vandenberg
2014-05-11Add an option "--root_url=" to bottle command.Masaki Muranaka
Closes Homebrew/homebrew#29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>