| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-04 | brew-man: view the target file directly | Adam Vandenberg | |
| 2014-03-03 | Remove another reference to subformulae | Jack Nagel | |
| 2014-03-03 | Replace subformula example with a resource example | Jack Nagel | |
| 2014-03-02 | Document `brew info --json` | Jack Nagel | |
| Closes Homebrew/homebrew#26811. | |||
| 2014-03-01 | brew-test-bot: use fetch --retry. | Mike McQuaid | |
| Closes Homebrew/homebrew#27110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-02-28 | Remove "brew info <URL>" | Jack Nagel | |
| Closes Homebrew/homebrew#27076. | |||
| 2014-02-27 | Use Formula[] in example formula | Jack Nagel | |
| 2014-02-24 | Add example using a stable block | Jack Nagel | |
| 2014-02-24 | Remove some bad practices from example formula | Jack Nagel | |
| 2014-02-23 | remove HOMEBREW_KEEP_INFO from man page | Adam Vandenberg | |
| 2014-02-23 | brew-test-bot: don't force-fetch deps. | Mike McQuaid | |
| 2014-02-23 | brew-test-bot: further tweak cleanup handling. | Mike McQuaid | |
| 2014-02-22 | Remove brew-mirror-check command | Jack Nagel | |
| This command uses removed API and is thus broken. It can always be retrieved from the git history. | |||
| 2014-02-22 | brew-test-bot: only cleanup cache once. | Mike McQuaid | |
| 2014-02-22 | brew-test-bot: push master with tags. | Mike McQuaid | |
| 2014-02-22 | brew-test-bot: force dep fetches on cleanup. | Mike McQuaid | |
| 2014-02-17 | pull: tap if necessary. | Mike McQuaid | |
| 2014-02-12 | brew-graph: improve formatting. | Matt Torok | |
| This commit adds additional formatting options to the graph. Most noticeable is a top-to-bottom layout (rather than the previous left-to-right), and nicer fonts on everything. More subtly, the ranking mechanism has been updated so that the "Safe to Remove" cluster is always at the highest rank (fixing a bug where non-leaf nodes could have been placed next to it,) and added better margins and padding. The rank separation was also decreased for a more compact graph. Under the hood, the GraphViz output code was updated to support attributes with a list of sub-attributes (for example, 'graph [fontsize="11", fontname="Helvetica"]') and to not put quotes around HTML-like labels in clusters. Closes Homebrew/homebrew#26651. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-02-11 | Use HOMEBREW_PREFIX/opt to find installs instead of symlinks in bin, lib, sbin. | Chad Catlett | |
| Closes Homebrew/homebrew#25868. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-11 | ls-taps: search names only | Jack Nagel | |
| 2014-02-11 | brew-services: don't hardcode launchctl path | Bo Jeanes | |
| This change allows users to install the `launchctl` wrapper in the `reattach-to-user-namespace` formula which makes the command work in Tmux and other non-standard environments. Closes Homebrew/homebrew#26609. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-02-10 | Fix ls-taps for v3 API | Jack Nagel | |
| This doesn't handle paginated results, but it fetches the 100 most starred results so that's probably good enough for now. Fixes Homebrew/homebrew#26566. | |||
| 2014-02-09 | Include buildpath info into example formula | Welton Rodrigo | |
| The example formula had no information about how to find the current bulding directory. Now it has ;) Closes Homebrew/homebrew#26554. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-01-31 | brew-test-bot: reset to origin for bottle upload. | Mike McQuaid | |
| 2014-01-30 | brew-test-bot: strip more unicode crap from XML. | Mike McQuaid | |
| 2014-01-30 | brew-test-bot: handle git repositories for upload. | Mike McQuaid | |
| 2014-01-28 | Fix comment error in example formula | Guillaume Algis | |
| Closes Homebrew/homebrew#26017. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-01-25 | brew-test-bot: install GCC if needed. | Mike McQuaid | |
| 2014-01-23 | brew_zsh_completion: add `brew services` support | Ed Lui | |
| Closes Homebrew/homebrew#26105. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-14 | gist logs: print last url | Stefan | |
| Closes Homebrew/homebrew#25514. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-14 | gist logs: fix error message | Stefan | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-11 | man: add reinstall command. | Mike McQuaid | |
| 2014-01-11 | man: use <br> instead of whitespace for linebreak. | Mike McQuaid | |
| 2014-01-09 | pull: fix --bottle to no longer use mxcl. | Mike McQuaid | |
| 2014-01-07 | brew-test-bot: output files removed from cache. | Mike McQuaid | |
| 2014-01-07 | brew-test-bot: nuke cache on cleanup. | Mike McQuaid | |
| 2013-12-23 | brew-test-bot: check requirements default_formulae | Christian Moritz | |
| With this brew-test-bot doesn't skip builds, if a requirement isn't satisfied but a default_formula is specified. This default_formula is already in dependencies, because of brew deps. Closes Homebrew/homebrew#25398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-20 | brew-test-bot: delete takes string, not regex. | Mike McQuaid | |
| 2013-12-20 | brew-test-bot: remove form feed properly. | Mike McQuaid | |
| 2013-12-19 | brew-test-bot: use install --only-dependencies. | Mike McQuaid | |
| 2013-12-19 | install: add --only-dependencies option | Steven Peters | |
| The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes Homebrew/homebrew#25272. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-18 | brew-test-bot: regex to delete invalid XML chars. | Mike McQuaid | |
| 2013-12-17 | brew-test-bot: strip more unicode. | Mike McQuaid | |
| 2013-12-14 | Update string references to mxcl/homebrew. | Mike McQuaid | |
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-12-12 | Add bash completion support for "brew switch" | Osman Currim | |
| First autocompletes on the names of installed packages and then autocompletes on available versions for that specific package Closes Homebrew/homebrew#25051. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-12 | example-formula: deprecate some Python features. | Mike McQuaid | |
| These will be removed soon so don't recommend them. | |||
| 2013-12-12 | brew-pull: remove empty if block. | Mike McQuaid | |
| 2013-12-12 | brew-pull: add --bottle to pull from BrewTestBot. | Mike McQuaid | |
| 2013-12-11 | brew-bundle: update usage info and move to --help function | Larry Shaffer | |
| Follow-up to 6697ff6c9d0d4301adfbb7c76628808a63f1324b Closes Homebrew/homebrew#25130. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
